iodine/Makefile

13 lines
121 B
Makefile
Raw Normal View History

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