aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2022-10-13 18:08:53 +0200
committerBad Diode <bd@badd10de.dev>2022-10-13 18:08:53 +0200
commit3f90241e3b5caf0a273947d1b96e21d25d58f993 (patch)
treee2dedb7f9391c412766307aaecca7a9497f8d3fd /Makefile
parentabaeae55f15496b0f75d4f51d06d30d0505a0d7f (diff)
downloaduxnfb-3f90241e3b5caf0a273947d1b96e21d25d58f993.tar.gz
uxnfb-3f90241e3b5caf0a273947d1b96e21d25d58f993.zip
Remove NST bits from this repo
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1faa069..f3bdf73 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 := ../ndk/bin/arm-linux-androideabi-gcc 15CC ?= cc
16CFLAGS := -Wall -Wextra -std=c99 16CFLAGS := -Wall -Wextra -static
17 17
18REL_FLAGS := -DNDEBUG -O2 18REL_FLAGS := -DNDEBUG -O2
19DEB_FLAGS := -DDEBUG -O0 -g 19DEB_FLAGS := -DDEBUG -O0 -g