6 lines
63 B
Makefile
6 lines
63 B
Makefile
TARGETS := springer
|
|
|
|
all: $(TARGETS)
|
|
|
|
clean:
|
|
rm -f $(TARGETS)
|