Improve build to output binaries to build/

This commit is contained in:
Mike Long
2010-12-13 15:54:49 +01:00
parent 732e5beff7
commit ba00fb0399
2 changed files with 25 additions and 11 deletions

5
Makefile Normal file
View File

@@ -0,0 +1,5 @@
all:
cd src/test; make all
clean:
cd src/test; make clean