rbdlsim/3rdparty/tracy/library/unix/Makefile

13 lines
148 B
Makefile
Raw Normal View History

2021-08-06 12:10:32 +02:00
all: release
debug:
@+make -f debug.mk all
release:
@+make -f release.mk all
clean:
@+make -f build.mk clean
.PHONY: all clean debug release