diff options
author | zlago | 2024-09-29 22:45:59 +0200 |
---|---|---|
committer | zlago | 2024-09-30 08:00:53 +0200 |
commit | 5ead22e91fe1165f3a9208c0d1c965b3edd104be (patch) | |
tree | e65535660d507fcfd17cfa75bf59ddc58ae46c94 /GNUmakefile | |
parent | e304b0a4acc3f0870f55e6b584c464096333dfdc (diff) |
player entity
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
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} |