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