syncplay/Makefile

6 lines
46 B
Makefile

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