Add a proper build system
FossilOrigin-Name: 3bac4aa7d3604e08794a83ca9017fe0a21c33382b41a733325f2f969f3dc5e91
This commit is contained in:
parent
b28af99baa
commit
5e66df5cbf
14 changed files with 4943 additions and 462 deletions
10
Makefile
10
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue