Fix makefile
This commit is contained in:
parent
921f4eac48
commit
4884a2dfce
1 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
@ -9,10 +9,10 @@ SRCDIR = src
|
|||
BIN = ncp
|
||||
PREFIX = /usr/local
|
||||
|
||||
all : ncp
|
||||
.PHONY : all
|
||||
.PHONY : default
|
||||
default: release
|
||||
|
||||
ncp:
|
||||
release:
|
||||
nimble build '-d:ssl --cc:clang -d:release'
|
||||
|
||||
.PHONY: debug
|
||||
|
|
Loading…
Add table
Reference in a new issue