| # | Line 101 | Line 101 | x10: $(DEVDIR)/x10 | |
|---|---|---|
| 101 | aed: $(DEVDIR)/aed | |
| 102 | ||
| 103 | clean: | |
| 104 | < | rm -f $(PROGS) *.o core |
| 104 | > | set nonomatch; rm -f $(PROGS) *.o core |
| 105 | ||
| 106 | lint: $(RVSRC) | |
| 107 | $(LINT) $(LINTFLAGS) -DRVIEW $(RVSRC) $(LIBS) | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |