celestia/Makefile.cvs
Christophe Teyssier d84c0a48fa New build system
2003-04-14 20:15:33 +00:00

11 lines
225 B
Makefile

all:
@echo "This Makefile is only for the CVS repository"
@echo "This will be deleted before making the distribution"
@echo ""
$(MAKE) -f admin/Makefile.common cvs
dist:
$(MAKE) -f admin/Makefile.common dist
.SILENT: