Add a proper build system.
This commit is contained in:
parent
167158b541
commit
9d65cc690e
14 changed files with 4845 additions and 23 deletions
11
Makefile
11
Makefile
|
@ -1,8 +1,5 @@
|
|||
all:
|
||||
@cd src && ${MAKE} ${MFLAGS}
|
||||
@cd test && ${MAKE} ${MFLAGS}
|
||||
SUBDIRS = src tests
|
||||
|
||||
clean:
|
||||
@cd src && ${MAKE} ${MFLAGS} clean
|
||||
@cd test && ${MAKE} ${MFLAGS} clean
|
||||
@rm -f *~
|
||||
include buildsys.mk
|
||||
|
||||
tests: src
|
||||
|
|
Reference in a new issue