diff options
author | Stefan Kangas <skangas@skangas.se> | 2011-01-11 11:02:20 +0100 |
---|---|---|
committer | Stefan Kangas <skangas@skangas.se> | 2011-01-11 11:02:20 +0100 |
commit | faa4552c95722de5a98665619040732867809f27 (patch) | |
tree | 08d01095b59ce0cb69a5464c67634501c33a25e1 /Makefile | |
parent | c6af5d68f1e17e73025ca26d7daa456e5eac326b (diff) |
Simplify Makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -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 . \ |