Use the "js buildsys".
This commit is contained in:
parent
b05300b119
commit
3f7a420b4e
12 changed files with 4685 additions and 15 deletions
8
Makefile
8
Makefile
|
@ -1,7 +1,3 @@
|
|||
all:
|
||||
cd src && ${MAKE} ${MFLAGS}
|
||||
cd tests && ${MAKE} ${MFLAGS}
|
||||
SUBDIRS = src tests
|
||||
|
||||
clean:
|
||||
cd src && ${MAKE} ${MFLAGS} clean
|
||||
cd tests && ${MAKE} ${MFLAGS} clean
|
||||
include buildsys.mk
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue