1
0
mirror of https://github.com/yarrick/iodine.git synced 2025-02-16 20:43:17 +03:00
This commit is contained in:
Bjorn Andersson 2006-11-09 19:09:47 +00:00
parent 1f740de4aa
commit 7f7ed5ae43

12
Makefile Normal file
View File

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