mirror of
https://github.com/XProger/OpenLara.git
synced 2025-08-09 14:47:02 +02:00
SDL: make executable name in Makefile match executable name in build.sh (#426)
This commit is contained in:
committed by
GitHub
parent
fc766e636d
commit
cb681c276d
@@ -17,11 +17,11 @@ openlara :
|
|||||||
|
|
||||||
install : openlara
|
install : openlara
|
||||||
install -d $(DESTDIR)$(PREFIX)/bin/
|
install -d $(DESTDIR)$(PREFIX)/bin/
|
||||||
install openlara $(DESTDIR)$(PREFIX)/bin/openlara
|
install openlara $(DESTDIR)$(PREFIX)/bin/OpenLara
|
||||||
|
|
||||||
uninstall :
|
uninstall :
|
||||||
rm -f $(DESTDIR)$(PREFIX)/bin/openlara
|
rm -f $(DESTDIR)$(PREFIX)/bin/OpenLara
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f openlara
|
rm -f OpenLara
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user