]> matita.cs.unibo.it Git - helm.git/blob - helm/scripts/Makefile
split into two major parts:
[helm.git] / helm / scripts / Makefile
1
2 all: 
3         - chmod ug+w phd*rc
4         ./makeit phd <template.cshrc >phd_mowgli.cshrc
5         ./makeit phd <template.rc >phd_mowgli.rc
6         ./makeit marcello <template.cshrc >phd_marcello_mowgli.cshrc
7         ./makeit marcello <template.rc >phd_marcello_mowgli.rc
8         chmod a+x phd*rc
9         chmod ug-w phd*rc
10
11 clean:
12         rm -f phd*rc
13
14 cleanbak:
15         rm -f *~
16