summaryrefslogtreecommitdiff
path: root/frontend/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--frontend/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/frontend/Makefile b/frontend/Makefile
deleted file mode 100644
index 86251a9..0000000
--- a/frontend/Makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-.PHONY: frontend
-
-frontend: ../dist/static/student.js ../dist/static/style.css
-
-../dist/static/%: %
- mkdir -p ../dist/static
- minify $< -o $@