1
0
mirror of https://github.com/XProger/OpenLara.git synced 2025-08-09 06:36:59 +02:00

SDL: make executable name in Makefile match executable name in build.sh (#426)

This commit is contained in:
Manuel Alfayate Corchete
2022-05-22 16:41:16 +02:00
committed by GitHub
parent fc766e636d
commit cb681c276d

View File

@@ -17,11 +17,11 @@ openlara :
install : openlara
install -d $(DESTDIR)$(PREFIX)/bin/
install openlara $(DESTDIR)$(PREFIX)/bin/openlara
install openlara $(DESTDIR)$(PREFIX)/bin/OpenLara
uninstall :
rm -f $(DESTDIR)$(PREFIX)/bin/openlara
rm -f $(DESTDIR)$(PREFIX)/bin/OpenLara
clean:
rm -f openlara
rm -f OpenLara