i dont remember
This commit is contained in:
parent
3e62374844
commit
77eadc54f8
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -4,7 +4,7 @@ DOC_DIR := doc/
|
|||
DOC_TYPE ?= doc
|
||||
|
||||
all:
|
||||
nim compile --out:$(BUILD_DIR) $(SRC_DIR)main.nim
|
||||
nim compile --verbosity:0 --hints:off --showAllMismatches:on --out:$(BUILD_DIR) $(SRC_DIR)main.nim
|
||||
|
||||
doc:
|
||||
nim $(DOC_TYPE) --outdir:$(DOC_DIR) $(SRC_DIR)main.nim
|
||||
|
|
Loading…
Add table
Reference in a new issue