small cleanup

This commit is contained in:
Pierre Dubouilh
2018-11-16 23:44:16 +01:00
parent 1457c3927f
commit cafc46f3c1
4 changed files with 23 additions and 28 deletions
+1
View File
@@ -8,6 +8,7 @@ embed:
cp src/main.go gossa.go
perl -pe 's/css_will_be_here/`cat src\/style.css`/ge' -i gossa.go
perl -pe 's/js_will_be_here/`cat src\/script.js`/ge' -i gossa.go
perl -pe 's/favicon_will_be_here/`base64 -w0 src\/favicon.png`/ge' -i gossa.go
run:
make build