diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ all: $(PROGRAMS) # "The better to keep you on your toes, my dear". # install: check - install -C check $(PREFIX)/bin/sparse + if test $< -nt $(PREFIX)/bin/sparse ; then install -sv $< $(PREFIX)/bin/sparse ; fi test-lexing: test-lexing.o $(LIB_FILE) gcc $(LDFLAGS) -o $@ $< $(LIBS) |
