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