Fix Makefile (native build)
This commit is contained in:
parent
c146d86af7
commit
e3a83d6433
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -19,7 +19,7 @@ OBJECTS = $(addprefix ${OBJDIR}/,$(subst .cc,.cc.o,${SOURCES}))
|
|||
all: | format demo_0
|
||||
|
||||
demo_0: ${OBJECTS}
|
||||
${CXX} -o demo_0 ${LINKER_FLAGS} $^
|
||||
${CXX} ${CXX_FLAGS} ${LINKER_FLAGS} -o $@ $^
|
||||
|
||||
.PHONY: clean format
|
||||
|
||||
|
|
Loading…
Reference in a new issue