Some small changes [CI SKIP]
This commit is contained in:
parent
f7171b822d
commit
a9f379c810
3 changed files with 6 additions and 4 deletions
4
Makefile
4
Makefile
|
|
@ -43,6 +43,10 @@ gdb: vieter
|
|||
run: vieter
|
||||
$(ENV) ./vieter
|
||||
|
||||
.PHONY: run-debug
|
||||
run-debug: debug
|
||||
$(ENV) ./dvieter
|
||||
|
||||
.PHONY: run-prod
|
||||
run-prod: prod
|
||||
$(ENV) ./pvieter
|
||||
|
|
|
|||
Reference in a new issue