fix: Add a build system for the backend

This commit is contained in:
Alexander Polynomdivision
2018-09-21 16:27:25 +02:00
parent 8061535936
commit db4b46b5aa
9 changed files with 4752 additions and 29 deletions

View File

@@ -2,11 +2,5 @@
frontend:
$(MAKE) -C frontend/ build
fwatch:
$(MAKE) -C frontend/ watch
backend:
$(MAKE) -C backend/ build
bstart:
$(MAKE) -C backend/ start