Files
Nim/makefile
Andreas Rumpf 8b2a9401a1 version 0.7.0
2008-11-16 22:08:15 +01:00

15 lines
239 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 install.sh /usr/bin
.PHONY : clean
clean:
python koch.py clean