tted/Makefile

9 lines
159 B
Makefile

# The main all target
default_target: all
.PHONY : default_target
all:
@cmake --build cmake-build-debug --target tted -- -j 6
@mv cmake-build-debug/tted .