commit d2c01d7

neauoire  ·  2023-08-11 15:27:24 +0000 UTC
parent 2dd7ff1
(makefile) Added PHONY
1 files changed,  +2, -0
+2, -0
1@@ -5,6 +5,8 @@ EMU_src=${CLI_src} src/devices/screen.c src/devices/controller.c src/devices/mou
2 RELEASE_flags=-DNDEBUG -O2 -g0 -s
3 DEBUG_flags=-std=c89 -D_POSIX_C_SOURCE=199309L -DDEBUG -Wall -Wno-unknown-pragmas -Wpedantic -Wshadow -Wextra -Werror=implicit-int -Werror=incompatible-pointer-types -Werror=int-conversion -Wvla -g -Og -fsanitize=address -fsanitize=undefined
4 
5+.PHONY: all debug dest rom run test install uninstall format clean
6+
7 all: dest uxnasm uxncli uxn11
8 debug: dest uxnasm-debug uxncli-debug uxn11-debug
9