diff --git a/Makefile b/Makefile index a35ec25..e8036a0 100644 --- a/Makefile +++ b/Makefile @@ -3,6 +3,6 @@ default_target: all .PHONY : default_target 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 . diff --git a/tted b/tted new file mode 100755 index 0000000..3d5cc8b Binary files /dev/null and b/tted differ