syncplay/Makefile

6 lines
46 B
Makefile
Raw Normal View History

GNU=gmake $*
all:
@$(GNU)
.DEFAULT:
@$(GNU)