forked from vieter-v/vieter
Updatd config files; ran formatter
This commit is contained in:
parent
5b919ceeae
commit
b90e6cf6b4
9 changed files with 13 additions and 68 deletions
12
Makefile
12
Makefile
|
|
@ -42,18 +42,6 @@ pvieter: $(SOURCES)
|
|||
c:
|
||||
$(V) -o vieter.c $(SRC_DIR)
|
||||
|
||||
# Build the CLI tool
|
||||
.PHONY: cli
|
||||
cli: dvieterctl
|
||||
dvieterctl: cli.v
|
||||
$(V_PATH) -showcc -g -o dvieterctl cli.v
|
||||
|
||||
.PHONY: cli-prod
|
||||
cli-prod: vieterctl
|
||||
vieterctl: cli.v
|
||||
cli-prod:
|
||||
$(V_PATH) -showcc -o vieterctl -prod cli.v
|
||||
|
||||
# =====EXECUTION=====
|
||||
# Run the server in the default 'data' directory
|
||||
.PHONY: run
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue