]> matita.cs.unibo.it Git - helm.git/blob - helm/scripts/Makefile
Initial revision
[helm.git] / helm / scripts / Makefile
1
2 all: 
3         ./makeit V7 marcello marcello <template.cshrc >marcello.cshrc
4         ./makeit V7 marcello marcello <template.rc >marcello.rc
5         ./makeit V7 marcello phd <template.cshrc >marcello_phd.cshrc
6         ./makeit V7 marcello phd <template.rc >marcello_phd.rc
7         ./makeit V7 phd phd <template.cshrc >phd.cshrc
8         ./makeit V7 phd phd <template.rc >phd.rc
9         ./makeit V7 phd marcello <template.cshrc >phd_marcello.cshrc
10         ./makeit V7 phd marcello <template.rc >phd_marcello.rc
11         chmod a+x marcello*rc phd*rc
12
13 clean:
14         rm -f marcello*rc phd*rc
15
16 cleanbak:
17         rm -f *~
18