forked from vieter-v/vieter
Geniet ervan Maxim
This commit is contained in:
parent
d6e686a8dc
commit
476588274f
2 changed files with 21 additions and 1 deletions
4
Makefile
4
Makefile
|
|
@ -22,6 +22,10 @@ prod: vieter-prod
|
|||
vieter-prod: $(SOURCES)
|
||||
$(V) -o vieter-prod -prod $(SRC_DIR)
|
||||
|
||||
.PHONY: c
|
||||
c:
|
||||
$(V) -o vieter.c $(SRC_DIR)
|
||||
|
||||
|
||||
# =====EXECUTION=====
|
||||
# Run the server in the default 'data' directory
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue