Use the "js buildsys".

This commit is contained in:
Jonathan Schleifer 2011-03-30 13:29:10 +02:00
parent b05300b119
commit 3f7a420b4e
12 changed files with 4685 additions and 15 deletions

View file

@ -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