tted/Makefile

9 lines
159 B
Makefile
Raw Normal View History

2021-10-22 04:07:45 +00:00
# The main all target
default_target: all
.PHONY : default_target
all:
2021-10-24 15:00:36 +00:00
@cmake --build cmake-build-debug --target tted -- -j 6
2021-10-22 04:07:45 +00:00
@mv cmake-build-debug/tted .