7 lines
96 B
Makefile
7 lines
96 B
Makefile
|
# lame duck Makefile that exists for the sole purpose of "make clean"
|
||
|
|
||
|
all:
|
||
|
|
||
|
clean:
|
||
|
@rm -fv *~
|