mirror of
https://github.com/antos-rde/antos-backend.git
synced 2025-02-01 08:52:47 +01:00
parent
b80bb1c0ab
commit
32bd62ae86
10
Makefile
Normal file
10
Makefile
Normal file
@ -0,0 +1,10 @@
|
||||
DESTDIR?=/opt/www/htdocs/os
|
||||
|
||||
all:
|
||||
- mkdir -p $(DESTDIR)
|
||||
cp router.lua mimes.json $(DESTDIR)
|
||||
cp -rf controllers $(DESTDIR)
|
||||
cp -rf libs $(DESTDIR)
|
||||
clean:
|
||||
rm -rf $(DESTDIR)/router.lua $(DESTDIR)/mimes.json \
|
||||
$(DESTDIR)/controllers $(DESTDIR)/libs
|
Loading…
x
Reference in New Issue
Block a user