| # | Line 39 | Line 39 | install: $(PROGS) | |
|---|---|---|
| 39 | cp $(PROGS) $(INSTDIR) | |
| 40 | ||
| 41 | clean: | |
| 42 | < | set nonomatch; rm -f $(PROGS) *.o core |
| 42 | > | set nonomatch; rm -f $(PROGS) *.o |
| 43 | ||
| 44 | bbox.o initotypes.o o_cone.o o_face.o \ | |
| 45 | o_instance.o oconv.o sphere.o \ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |