diff --git a/Makefile b/Makefile index 7368cd9..e72e527 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ clean: install: bin/cdmbar mkdir -p $(install_dir) - cp bin/cdmbar $(install_dir) + cp bin/cdmbar $(install_dir)/cdmbar uninstall: rm $(install_dir)/cdmbar