summary refs log tree commit diff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorzlago2024-09-29 22:45:59 +0200
committerzlago2024-09-30 08:00:53 +0200
commit5ead22e91fe1165f3a9208c0d1c965b3edd104be (patch)
treee65535660d507fcfd17cfa75bf59ddc58ae46c94 /GNUmakefile
parente304b0a4acc3f0870f55e6b584c464096333dfdc (diff)
player entity
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 314ea69..2e4afa6 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -28,6 +28,8 @@ out/${NS}/:
 out/:
 	${MKDIR} $@
 
+out/${NS}/libplum.o: cflags += -w
+
 out/${NS}/%.o: src/%.c out/${NS}/%.d | out/${NS}/
 	${CC} -c -o $@ $< ${cflags}