9 lines
67 B
Makefile
9 lines
67 B
Makefile
|
|
.PHONY: clean
|
|
|
|
all:
|
|
@echo Nothing yet
|
|
|
|
clean:
|
|
@echo Nothing yet
|