voterunner

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

commit
1b4ae32aacf3a3ad59a3d76e612ca93df8813bab
parent
262ca4ef453d6b039e501716468388496b1ebf92
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2020-10-17 19:41
Fixup 19513bc

Diffstat

M Makefile 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/Makefile b/Makefile

@@ -7,7 +7,7 @@ static/style.css: static/scss/*.scss
    7     7 	node-sass static/scss/style.scss > $@
    8     8 
    9     9 clean:
   10    -1 	rm static/voterunner.js static/markdown.js static/style.css
   -1    10 	rm static/voterunner.js static/style.css
   11    11 
   12    12 .PHONY: server
   13    13 server: all