diff options
author | Joris | 2017-03-27 00:20:54 +0200 |
---|---|---|
committer | Joris | 2017-03-27 00:20:54 +0200 |
commit | 40273c30166877b3341125ad5248793b2f2fcc64 (patch) | |
tree | 10fd9aa7dde37296c56c167a99c85dbd92250151 /Makefile | |
parent | 902acfbdbcc1d59941399753e887479e586e2748 (diff) |
Add back clean, install and build commands in Makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +clean: clean-server clean-client +install: install-server install-client +build: build-server build-client + # Server # ------ |