🔧 add clean target
This commit is contained in:
parent
cddde0ebac
commit
8ce0cdcee4
1 changed files with 6 additions and 1 deletions
7
Makefile
7
Makefile
|
@ -1 +1,6 @@
|
||||||
all: springer
|
TARGETS := springer
|
||||||
|
|
||||||
|
all: $(TARGETS)
|
||||||
|
|
||||||
|
clean:
|
||||||
|
rm -f $(TARGETS)
|
||||||
|
|
Reference in a new issue