aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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