voterunner

quick and dirty votes and discussions
git clone https://git.ce9e.org/voterunner.git

commit
b6067971330d36b00d8acab46b76bb878b843e7b
parent
6d59053bf962e6efe8cb7cbed72934ca690ed254
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2017-11-18 09:26
use -o for browserify

Diffstat

M Makefile 4 ++--

1 files changed, 2 insertions, 2 deletions


diff --git a/Makefile b/Makefile

@@ -1,10 +1,10 @@
    1     1 all: static/voterunner.js static/markdown.js static/style.css
    2     2 
    3     3 static/voterunner.js: static/src/voterunner.js
    4    -1 	browserify $< > $@
   -1     4 	browserify $< -o $@
    5     5 
    6     6 static/markdown.js: static/src/markdown.js
    7    -1 	browserify $< > $@
   -1     7 	browserify $< -o $@
    8     8 
    9     9 static/style.css: static/scss/*.scss
   10    10 	node-sass static/scss/style.scss > $@