blob: 5b6902b477503d50216f34b61a889de28febc3d1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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
rm -rf autom4te.cache
dist:
$(MAKE) -f admin/Makefile.common dist
.SILENT:
|