Also delete *.d

pull/868/head
probonopd 4 weeks ago committed by GitHub
parent 877ffc5c39
commit cf55bedf44
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      src/Makefile

@ -22,4 +22,4 @@ include ./Rules.mk
clean: clean:
@echo "Cleaning up..." @echo "Cleaning up..."
rm -f $(OBJS) *.o *~ core rm -f $(OBJS) *.o *.d *~ core

Loading…
Cancel
Save