tracy/import-chrome/build/unix/Makefile

13 lines
146 B
Makefile
Raw Normal View History

2019-12-15 22:28:19 +00:00
all: debug
debug:
@+make -f debug.mk all
release:
@+make -f release.mk all
clean:
@+make -f build.mk clean
.PHONY: all clean debug release