Porównaj commity

..

No commits in common. "f2a89a0a1b90b7a804b536a83b6c45942c344f23" and "388e7adb8e87caba2fcd50de979a6473e66d475b" have entirely different histories.

1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -61,8 +61,7 @@ pi1:
rebuild: clean all
install:
@if [ ! -f $(OUTFILE) ] ; then echo "Cannot find the binary to install! You have to run just \"make\" first!" ; exit 1 ; fi
install: release
install -d $(DESTDIR)/usr/bin
install $(OUTFILE) $(DESTDIR)/usr/bin