diff --git a/Jmakefile b/Jmakefile index 19effa9..780c763 100644 --- a/Jmakefile +++ b/Jmakefile @@ -3,7 +3,7 @@ libsDir := $(baseDir)/libs projectName := ban2fail versions := debug release cc_exe := ban2fail -#install_dir := /usr/local/bin +install_dir := /usr/local/bin ######################################## diff --git a/Makefile b/Makefile index dcf2f16..df5f791 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ libsDir := $(baseDir)/libs projectName := ban2fail versions := debug release cc_exe := ban2fail -#install_dir := /usr/local/bin +install_dir := /usr/local/bin ########################################