tted/Makefile
2021-10-22 00:07:45 -04:00

9 lines
192 B
Makefile

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