7 lines
39 B
Makefile
7 lines
39 B
Makefile
|
all:
|
||
|
|
||
|
clean:
|
||
|
rm *~
|
||
|
|
||
|
.PHONY: clean all
|