Files
Nim/makefile
Andreas Rumpf 439aa2d04d version 0.7.4
2009-01-07 17:03:25 +01:00

15 lines
228 B
Makefile

# 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