kelvie / basket

BasKet Note Pads - an system for organizing information in KDE.

This URL has Read+Write access

basket / Makefile.cvs
100644 11 lines (8 sloc) 0.225 kb
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
 
dist:
$(MAKE) -f admin/Makefile.common dist
 
.SILENT: