Ensure install target always gives binary the correct name
Signed-off-by: AKP <tom@tdpain.net>
This commit is contained in:
parent
8e12109efb
commit
365bdd7144
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue