| # | Line 20 | Line 20 | install: all objview.csh objpict.csh proj.csh glare.cs | |
|---|---|---|
| 20 | cp objpict.csh $(INSTDIR)/objpict | |
| 21 | cp glare.csh $(INSTDIR)/glare | |
| 22 | cp dayfact.csh $(INSTDIR)/dayfact | |
| 23 | + | cp debugcal.csh $(INSTDIR)/debugcal |
| 24 | chmod 755 $(INSTDIR)/objview $(INSTDIR)/objpict \ | |
| 25 | < | $(INSTDIR)/glare $(INSTDIR)/dayfact |
| 25 | > | $(INSTDIR)/glare $(INSTDIR)/dayfact $(INSTDIR)/debugcal |
| 26 | ||
| 27 | clean: | |
| 28 | set nonomatch; rm -f *.o $(PROGS) core | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |