Cheeky include

This commit is contained in:
Hibby 2024-03-26 21:00:18 +00:00
parent bc090e47e9
commit 18da0369b1
Signed by: hibby
SSH Key Fingerprint: SHA256:Y6XbnzN0FEB1R/exPF5hUbHUgE/Nn7M1uT566fxo6pE
1 changed files with 2 additions and 2 deletions

View File

@ -16,6 +16,6 @@
clean :
- rm *.d
- rm linbpq $(OBJS)
+ rm -f *.d
+ rm -f linbpq $(OBJS)
+ $(RM) *.d
+ $(RM) linbpq $(OBJS)