aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 37b3802..1faa069 100644
--- a/Makefile
+++ b/Makefile
@@ -12,8 +12,8 @@ KBD_PATH ?= /dev/input/event1
12MOUSE_PATH ?= /dev/input/mice 12MOUSE_PATH ?= /dev/input/mice
13C_DEFINES := -DKBD_PATH=\"$(KBD_PATH)\" -DMOUSE_PATH=\"$(MOUSE_PATH)\" 13C_DEFINES := -DKBD_PATH=\"$(KBD_PATH)\" -DMOUSE_PATH=\"$(MOUSE_PATH)\"
14 14
15CC ?= cc 15CC := ../ndk/bin/arm-linux-androideabi-gcc
16CFLAGS := -Wall -Wextra -pedantic -static 16CFLAGS := -Wall -Wextra -std=c99
17 17
18REL_FLAGS := -DNDEBUG -O2 18REL_FLAGS := -DNDEBUG -O2
19DEB_FLAGS := -DDEBUG -O0 -g 19DEB_FLAGS := -DDEBUG -O0 -g