(makefile) Added PHONY

This commit is contained in:
neauoire 2023-08-11 08:27:24 -07:00
parent 2dd7ff18c3
commit d2c01d7b9d
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ EMU_src=${CLI_src} src/devices/screen.c src/devices/controller.c src/devices/mou
RELEASE_flags=-DNDEBUG -O2 -g0 -s
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
.PHONY: all debug dest rom run test install uninstall format clean
all: dest uxnasm uxncli uxn11
debug: dest uxnasm-debug uxncli-debug uxn11-debug