Fixed tests

This commit is contained in:
Erik Ekman
2006-11-18 13:37:37 +00:00
parent 6fc460ded6
commit 8b81909b5b
4 changed files with 38 additions and 8 deletions

View File

@@ -1,12 +1,14 @@
all:
(cd src; make all)
@(cd src; make all)
@(cd tests; make all)
stateos:
@echo OS is $(OS)
clean:
@echo "Cleaning..."
(cd src; make clean)
@(cd src; make clean)
@(cd tests; make clean)
@rm -rf bin