Add a proper build system

FossilOrigin-Name: 3bac4aa7d3604e08794a83ca9017fe0a21c33382b41a733325f2f969f3dc5e91
This commit is contained in:
Jonathan Schleifer 2016-05-07 11:58:32 +00:00
parent b28af99baa
commit 5e66df5cbf
14 changed files with 4943 additions and 462 deletions

View file

@ -1,7 +1,5 @@
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
tests: src