summary refs log tree commit diff stats
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/makefile b/makefile
index 932d53022..75ac2d09b 100644
--- a/makefile
+++ b/makefile
@@ -1,14 +1,13 @@
-# Dummy makefile for people who don't read "readme" files, or automated
+# Dummy makefile for people who don't read "readme" files, or for automated
 # installations
-# (c) 2007  Andreas Rumpf
 
 .PHONY : all
 all:
-	python koch.py all
+	python koch.py boot -d:release
 
 .PHONY : install
 install:
-	python koch.py install
+	sh install.sh /usr/bin
 
 .PHONY : clean
 clean: