File: cppflags

package info (click to toggle)
qrq 0.3.3-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 660 kB
  • sloc: ansic: 1,966; makefile: 139; perl: 123; sh: 2
file content (11 lines) | stat: -rw-r--r-- 219 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
--- a/Makefile
+++ b/Makefile
@@ -75,7 +75,7 @@ qrq: $(OBJECTS)
 	$(CC) -Wall -o $@ $^ -lm $(LDFLAGS)
 	
 .c.o:
-	$(CC) -Wall $(CFLAGS) -c $<
+	$(CC) -Wall $(CPPFLAGS) $(CFLAGS) -c $<
 
 #.cpp.o:
 #	g++ $(CFLAGS) -c $<