Fix install target
This commit is contained in:
parent
7e708f84f1
commit
45b8eb2a26
4
Makefile
4
Makefile
@ -22,8 +22,8 @@ clean:
|
|||||||
rm -rf build
|
rm -rf build
|
||||||
|
|
||||||
install:
|
install:
|
||||||
install -Dm755 $(BUILDDIR)/stepd $(DESTDIR)$(BINDIR)/stepd
|
install -Dm755 build/stepd $(DESTDIR)$(BINDIR)/stepd
|
||||||
install -Dm755 $(BUILDDIR)/step $(DESTDIR)$(BINDIR)/step
|
install -Dm755 build/step $(DESTDIR)$(BINDIR)/step
|
||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
rm -f $(DESTDIR)$(BINDIR)/stepd
|
rm -f $(DESTDIR)$(BINDIR)/stepd
|
||||||
|
Loading…
Reference in New Issue
Block a user