Ensure install target always gives binary the correct name

Signed-off-by: AKP <tom@tdpain.net>
This commit is contained in:
akp 2022-06-04 20:43:09 +01:00
parent 8e12109efb
commit 365bdd7144
No known key found for this signature in database
GPG key ID: AA5726202C8879B7

View file

@ -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