iodine/Makefile

17 lines
181 B
Makefile
Raw Normal View History

2006-11-09 19:09:47 +00:00
all:
2006-11-18 13:37:37 +00:00
@(cd src; make all)
2006-11-09 19:09:47 +00:00
test: all
(cd tests; make all)
2006-11-09 19:09:47 +00:00
stateos:
@echo OS is $(OS)
clean:
@echo "Cleaning..."
2006-11-18 13:37:37 +00:00
@(cd src; make clean)
@(cd tests; make clean)
2006-11-09 19:09:47 +00:00
@rm -rf bin