| # | Line 15 | Line 15 | CFLAGS = $(OPT) $(MACH) $(DEFS) -I../common -L../lib | |
|---|---|---|
| 15 | ||
| 16 | MLIB = -lm | |
| 17 | ||
| 18 | + | INSTALL = cp |
| 19 | + | |
| 20 | INSTDIR = /usr/local/bin | |
| 21 | ||
| 22 | PROGS = icalc ev rcalc total cnt neaten rlam rsplit tabfunc histo | |
| # | Line 22 | Line 24 | PROGS = icalc ev rcalc total cnt neaten rlam rsplit ta | |
| 24 | all: $(PROGS) | |
| 25 | ||
| 26 | install: $(PROGS) | |
| 27 | < | cp $(PROGS) $(INSTDIR) |
| 27 | > | $(INSTALL) $(PROGS) $(INSTDIR) |
| 28 | ||
| 29 | clean: | |
| 30 | set nonomatch; rm -f *.o $(PROGS) | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |