6 lines
49 B
Makefile
6 lines
49 B
Makefile
|
|
all:
|
||
|
|
@echo noting
|
||
|
|
|
||
|
|
clean:
|
||
|
|
fd '[0-9]' --exec rm
|