We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5d49ab commit 2e529e7Copy full SHA for 2e529e7
src/project.conf
@@ -19,6 +19,8 @@ cflags=-W -Wall -O2 -pedantic -D_FORTIFY_SOURCE=2 -fstack-protector
19
[cpp]
20
type=binary
21
sources=main.c
22
+#XXX should really use this (race condition with "make -k")
23
+depends=$(OBJDIR)lib/libcpp$(SOEXT)
24
depends=$(OBJDIR)lib/libcpp.a
25
ldflags=-L$(OBJDIR)lib -L$(LIBDIR) -Wl,-rpath,$(LIBDIR) -lcpp
26
install=$(BINDIR)
0 commit comments