aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPolesznyák Márk <contact@pml68.dev>2026-02-20 12:38:11 +0100
committerPolesznyák Márk <contact@pml68.dev>2026-02-20 12:41:01 +0100
commite3e6e8a44ba3c2d0f2c931de7c3cc14113b48d3a (patch)
treea978c882e9a5e61671d4f529af2573778f310aa0
parentrefactor: increase default scale and clockspeed (diff)
downloadhare-chip8-e3e6e8a44ba3c2d0f2c931de7c3cc14113b48d3a.tar.gz
chore: build in release mode
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7318f60..f9998fb 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
.POSIX:
.SUFFIXES:
HARE = hare
-HAREFLAGS = -lSDL2
+HAREFLAGS = -lSDL2 -R
DESTDIR =
PREFIX = /usr/local