Files
Nim/makefile
2009-09-15 23:22:22 +02:00

15 lines
228 B
Makefile
Executable File

# Dummy makefile for people who don't read "readme" files, or for automated
# installations
.PHONY : all
all:
python koch.py boot -d:release
.PHONY : install
install:
sh build.sh
.PHONY : clean
clean:
python koch.py clean