iodine/Makefile

17 lines
181 B
Makefile
Raw Normal View History

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