1
0
mirror of https://github.com/yarrick/iodine.git synced 2025-02-18 05:23:14 +03:00
iodine/Makefile

13 lines
121 B
Makefile
Raw Normal View History

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