summary refs log tree commit diff stats
path: root/makefile
blob: 75507969cd15a60b3b27f0e03532e1862970e4f0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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