Clean target [ci skip]

pull/868/head
probonopd 4 weeks ago committed by GitHub
parent 7dd99767b0
commit 8f368d4d03
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 7
      src/Makefile

@ -16,3 +16,10 @@ OPTIMIZE = -O3
include ./Synth_Dexed.mk
include ./Rules.mk
# Clean target
.PHONY: clean
clean:
@echo "Cleaning up..."
rm -f $(OBJS) *.o *~ core

Loading…
Cancel
Save