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