We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06b98a7 commit ae19494Copy full SHA for ae19494
samples/Makefile
@@ -17,7 +17,7 @@ all: $(BINS)
17
18
$(BINS): ../lib/ynl.a $(PROTOS) $(SRCS)
19
@echo -e '\tCXX sample $@ '
20
- @$(COMPILE.cpp) $(CPPFLAGS_$@) $@.cpp -o $@.o
+ @$(COMPILE.cpp) $(CFLAGS_$@) $@.cpp -o $@.o
21
@$(LINK.cpp) $@.o -o $@ ../generated/$(patsubst %,%_lib.a,$@) $(LDLIBS)
22
23
clean:
0 commit comments