1
0
mirror of https://github.com/yarrick/iodine.git synced 2024-11-26 06:56:05 +03:00
iodine/Makefile
2006-11-18 13:37:37 +00:00

15 lines
171 B
Makefile

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