1
0
mirror of https://github.com/wolfpld/tracy synced 2025-05-05 06:33:52 +00:00
2022-12-20 00:35:43 +01:00

12 lines
167 B
Makefile

CFLAGS := -g3 -Wall
DEFINES := -DDEBUG
BUILD := debug
include ../../../common/unix-debug.mk
ifeq ($(LEGACY),1)
include legacy.mk
else
include build.mk
endif