commit 4d74840
Devine Lu Linvega
·
2025-03-26 20:02:20 +0000 UTC
parent ede128d
Removed .h from makefile
1 files changed,
+1,
-1
M
makefile
M
makefile
+1,
-1
1@@ -1,4 +1,4 @@
2-CLI_src=src/uxn.c src/uxn.h src/devices/system.c src/devices/console.c src/devices/file.c src/devices/datetime.c
3+CLI_src=src/uxn.c src/devices/system.c src/devices/console.c src/devices/file.c src/devices/datetime.c
4 EMU_src=${CLI_src} src/devices/screen.c src/devices/controller.c src/devices/mouse.c
5
6 RELEASE_flags=-DNDEBUG -O2 -g0 -s