5 lines
63 B
Makefile
5 lines
63 B
Makefile
TOPGOALS = all clean install
|
|
|
|
.PHONY: $(TOPGOALS)
|
|
$(TOPGOALS):
|