about summary refs log tree commit diff stats
path: root/Pong.make
diff options
context:
space:
mode:
authorCharadon <dev@iotib.net>2022-07-14 04:50:04 -0400
committerCharadon <dev@iotib.net>2022-07-14 04:50:04 -0400
commit170c83ae7f87676274508a0974737a0a39dec08b (patch)
treef7113756c0ca89d27ca2687455d1ce5a58360175 /Pong.make
parent69e0f6c8180c1d0cffd2f719b8c1219c999d34bb (diff)
downloadPong-C-170c83ae7f87676274508a0974737a0a39dec08b.tar.gz
Added gamepad and keyboard support to versus mode
Diffstat (limited to 'Pong.make')
-rw-r--r--Pong.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/Pong.make b/Pong.make
index 50abfbf..ffc4c0e 100644
--- a/Pong.make
+++ b/Pong.make
@@ -26,7 +26,7 @@ DEFINES +=
 INCLUDES +=
 FORCE_INCLUDE +=
 ALL_CPPFLAGS += $(CPPFLAGS) -MMD -MP $(DEFINES) $(INCLUDES)
-ALL_CFLAGS += $(CFLAGS) $(ALL_CPPFLAGS) -Og -std=c89 -g -ggdb `pkg-config --cflags raylib` `pkg-config --cflags glfw3` `pkg-config --cflags gl` `pkg-config --cflags sdl2` `pkg-config --cflags SDL2_mixer` `pkg-config --cflags glu`
+ALL_CFLAGS += $(CFLAGS) $(ALL_CPPFLAGS) -Og -std=c99 -g -ggdb `pkg-config --cflags raylib` `pkg-config --cflags glfw3` `pkg-config --cflags gl` `pkg-config --cflags sdl2` `pkg-config --cflags SDL2_mixer` `pkg-config --cflags glu`
 ALL_CXXFLAGS += $(CXXFLAGS) $(ALL_CPPFLAGS) -Og -g -ggdb `pkg-config --cflags raylib` `pkg-config --cflags glfw3` `pkg-config --cflags gl` `pkg-config --cflags sdl2` `pkg-config --cflags SDL2_mixer` `pkg-config --cflags glu`
 ALL_RESFLAGS += $(RESFLAGS) $(DEFINES) $(INCLUDES)
 LIBS +=