Add a Makefile
This commit is contained in:
parent
d1383c5dc0
commit
822874eb99
1 changed files with 10 additions and 0 deletions
10
Makefile
Normal file
10
Makefile
Normal file
|
@ -0,0 +1,10 @@
|
|||
WEBAPP = index.html main.js
|
||||
|
||||
all: $(WEBAPP)
|
||||
|
||||
main.js: src/
|
||||
sjw $^ -o $@
|
||||
|
||||
install: $(WEBAPP)
|
||||
mkdir -p $(PREFIX)
|
||||
cp $^ $(PREFIX)
|
Loading…
Reference in a new issue