aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoris2020-10-31 15:24:26 +0100
committerJoris2020-10-31 15:24:26 +0100
commit1e167679f6827c7119d616633b21fffef269cd75 (patch)
tree9c846c03913366936a093976a329e7a774002283 /Makefile
parentc9c0a6e8651da823b41e4186a736f2dbb48919db (diff)
Use only HTML and CSS
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile25
1 files changed, 0 insertions, 25 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100644
index 6e56aad..0000000
--- a/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-all: build
-
-start:
- @nix-shell --command "tmuxinator local"
-
-stop:
- @tmux kill-session -t personalPage
-
-clean:
- @cabal new-exec personalPage clean > /dev/null 2>&1 || true
- @cabal new-clean
-
-build:
- @cabal new-build
- @cabal new-exec personalPage build
-
-deploy:
- @make clean build
- @cabal new-exec personalPage deploy
-
-watch:
- @nodemon --watch src -e hs --exec 'make watch-command --silent'
-
-watch-command:
- @(killall personalPage || :) && sleep 1 && cabal new-build && cabal new-exec personalPage clean && cabal new-exec personalPage watch