/[pkgs]/rpms/comix/Makefile
ViewVC logotype

Contents of /rpms/comix/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download)
Sat Oct 7 03:40:07 2006 UTC (3 years, 1 month ago) by mtasaka
Branch: MAIN
CVS Tags: HEAD
Setup of module comix
1 # Top level Makefile for module comix
2 all : CVS/Root common-update
3 @cvs update
4
5 common-update : common
6 @cd common && cvs update
7
8 common : CVS/Root
9 @cvs checkout common
10
11 CVS/Root :
12 @echo "ERROR: This does not look like a CVS checkout" && exit 1
13
14 clean :
15 @find . -type f -name *~ -exec rm -fv {} \;

admin@fedoraproject.org
ViewVC Help
Powered by ViewVC 1.1.2