mirror of
https://github.com/wiire-a/pixiewps.git
synced 2025-07-28 00:04:38 +02:00
Add -f parameter to rm on unistall target
This commit is contained in:
parent
867c332755
commit
d9860f01d1
@ -19,7 +19,7 @@ install:
|
|||||||
install -m 755 $(TARGET) $(DESTDIR)$(BINDIR)
|
install -m 755 $(TARGET) $(DESTDIR)$(BINDIR)
|
||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
rm $(BINDIR)/$(TARGET)
|
rm -f $(BINDIR)/$(TARGET)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f $(TARGET)
|
rm -f $(TARGET)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user