| # | Line 30 | Line 30 | install: $(PROGS) | |
|---|---|---|
| 30 | cp $(PROGS) $(INSTDIR) | |
| 31 | ||
| 32 | clean: | |
| 33 | < | set nonomatch; rm -f *.o $(PROGS) core | 
| 33 | > | set nonomatch; rm -f *.o $(PROGS) | 
| 34 | ||
| 35 | # individual targets | |
| 36 | ||
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |