mirror of
https://github.com/drygdryg/wpspin-nim.git
synced 2024-11-25 19:00:53 +03:00
Makefile: fix a bug
This commit is contained in:
parent
ee771562a6
commit
65cc8bfabc
4
Makefile
4
Makefile
@ -15,8 +15,8 @@ $(TARGET): $(SOURCE)
|
|||||||
nimble uninstall -y argparse
|
nimble uninstall -y argparse
|
||||||
|
|
||||||
install: $(TARGET)
|
install: $(TARGET)
|
||||||
install -d $(DESTDIR)$(BINDIR)
|
install -d $(BINDIR)
|
||||||
install -m 755 $< $(DESTDIR)$(BINDIR)
|
install -m 755 $< $(BINDIR)
|
||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
rm $(BINDIR)/$(TARGET)
|
rm $(BINDIR)/$(TARGET)
|
||||||
|
Loading…
Reference in New Issue
Block a user