mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 18:51:46 +00:00
7 lines
110 B
Makefile
7 lines
110 B
Makefile
CFLAGS := -g3 -Wall
|
|
DEFINES := -DDEBUG
|
|
BUILD := debug
|
|
|
|
include ../../../common/unix-debug.mk
|
|
include build.mk
|