Archived
1
0
Fork 0

🔧 add clean target

This commit is contained in:
neingeist 2020-01-08 15:15:40 +01:00
parent cddde0ebac
commit 8ce0cdcee4

View file

@ -1 +1,6 @@
all: springer
TARGETS := springer
all: $(TARGETS)
clean:
rm -f $(TARGETS)