1
0
mirror of https://github.com/yarrick/iodine.git synced 2024-11-25 14:36:05 +03:00
iodine/Makefile
Bjorn Andersson 7f7ed5ae43 hosthost
2006-11-09 19:09:47 +00:00

13 lines
121 B
Makefile

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