aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoris2020-02-02 13:53:54 +0100
committerJoris2020-02-02 13:58:19 +0100
commit0ce8744897b9aa13ea568a6985da9570e4aca90b (patch)
tree3619508ff9ec5d846c567c3562d05ca77e686c76 /Makefile
parent13d29804ba4bb8d578fb0278ddeb6e187bbafa6f (diff)
downloadcooking-0ce8744897b9aa13ea568a6985da9570e4aca90b.tar.gz
cooking-0ce8744897b9aa13ea568a6985da9570e4aca90b.tar.bz2
cooking-0ce8744897b9aa13ea568a6985da9570e4aca90b.zip
Use zola generator
- Use CSS instead of Haskell with Clay - Use TypeScript instead of PureScript
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile38
1 files changed, 0 insertions, 38 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100644
index 908f5ac..0000000
--- a/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-all: build
-
-start:
- @tmuxinator local
-
-stop:
- @tmux kill-session -t cooking
-
-test:
- @pulp --psc-package test --src-path js
-
-clean:
- @rm -rf node_modules
- @rm -rf .psc-package
- @cabal new-exec cooking clean > /dev/null 2>&1 || true
- @cabal new-clean > /dev/null
-
-install:
- @npm install
- @psc-package install
-
-.PHONY: build
-build:
- @cabal new-build
- @cabal new-exec cooking build
-
-deploy:
- @make clean build
- @cabal new-exec cooking deploy
-
-watch:
- @nodemon --watch src -e hs --exec 'make watch-command --silent'
-
-watch-js:
- @pulp --psc-package --watch build --src-path js
-
-watch-command:
- @(killall cooking || :) && sleep 1 && cabal new-build && cabal new-exec cooking watch