aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2023-04-05 11:37:49 +0200
committerBad Diode <bd@badd10de.dev>2023-04-05 11:37:49 +0200
commit76be354cf2d924a8cbdd7fb4ac4f6b9c1546762f (patch)
treeb2793691afb8592382e5b439ffa20c604a480b21 /Makefile
parentb252d394036673d2ed33a8516304e8b4f7a732d2 (diff)
downloadstepper-76be354cf2d924a8cbdd7fb4ac4f6b9c1546762f.tar.gz
stepper-76be354cf2d924a8cbdd7fb4ac4f6b9c1546762f.zip
Add clipboard copy/paste
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 369ad26..0310567 100644
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,7 @@ CFLAGS += $(INC_FLAGS)
44CFLAGS += $(CONFIG) 44CFLAGS += $(CONFIG)
45LDFLAGS := $(ARCH) $(SPECS) 45LDFLAGS := $(ARCH) $(SPECS)
46LDLIBS := $(LIBGBA) 46LDLIBS := $(LIBGBA)
47RELEASE_CFLAGS := -DNDEBUG -O3 47RELEASE_CFLAGS := -DNDEBUG -O2
48DEBUG_CFLAGS := -DDEBUG -O2 -g 48DEBUG_CFLAGS := -DDEBUG -O2 -g
49 49
50.PHONY: clean run 50.PHONY: clean run