7 lines
54 B
Makefile
7 lines
54 B
Makefile
|
|
all:
|
|
@echo Nothing yet.
|
|
|
|
clean:
|
|
@echo Nothing yet.
|