forked from vieter-v/vieter
Merged dockerfiles
This commit is contained in:
parent
6a44eb705a
commit
f6b0e29552
5 changed files with 56 additions and 58 deletions
11
Makefile
11
Makefile
|
|
@ -42,6 +42,17 @@ pvieter: $(SOURCES)
|
|||
c:
|
||||
$(V) -o vieter.c $(SRC_DIR)
|
||||
|
||||
# Build the CLI tool
|
||||
.PHONY: cli
|
||||
cli: dvieterctl
|
||||
dvieterctl: cli.v
|
||||
$(V_PATH) -showcc -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue