(makefile) Added PHONY
This commit is contained in:
parent
2dd7ff18c3
commit
d2c01d7b9d
2
makefile
2
makefile
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue