7 lines
57 B
Makefile
7 lines
57 B
Makefile
|
all:
|
||
|
@echo "Nothing to do here."
|
||
|
|
||
|
clean:
|
||
|
rm -f *.pyo
|
||
|
|