mirror of
https://src.koozali.org/smeserver/common.git
synced 2024-11-21 11:57:27 +01:00
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 *~
|