aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorStefan Kangas <skangas@skangas.se>2011-01-11 11:02:20 +0100
committerStefan Kangas <skangas@skangas.se>2011-01-11 11:02:20 +0100
commitfaa4552c95722de5a98665619040732867809f27 (patch)
tree08d01095b59ce0cb69a5464c67634501c33a25e1 /Makefile
parentc6af5d68f1e17e73025ca26d7daa456e5eac326b (diff)
Simplify Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index f683cb6..ec722c6 100644
--- a/Makefile
+++ b/Makefile
@@ -1,12 +1,6 @@
EMACS=emacs -q --no-site-file
-usage:
- @echo "usage: make fripost-web will publish the site to publish/"
- @echo " make usage displays this message."
- @echo
-
-all:
- make fripost-web
+all: fripost-web
fripost-web:
$(EMACS) -batch -L . \