makefile fix and binary last ver
This commit is contained in:
parent
682d102c88
commit
deab6fbe46
2
Makefile
2
Makefile
@ -3,6 +3,6 @@ default_target: all
|
|||||||
.PHONY : default_target
|
.PHONY : default_target
|
||||||
|
|
||||||
all:
|
all:
|
||||||
@cmake --build /home/tyrel/CLionProjects/editor/cmake-build-debug --target tted -- -j 6
|
@cmake --build cmake-build-debug --target tted -- -j 6
|
||||||
@mv cmake-build-debug/tted .
|
@mv cmake-build-debug/tted .
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user