Makefile | 1 - diff --git a/Makefile b/Makefile index a2d22dd58a32d490eb11a565262c874a6129af5d..8f57c936feb9f2d4b3c88c58a6d5620b09434e3f 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,6 @@ $(CC) -DDBGMODE -g $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o $(BIN) $^ $(LDLIBS) -lreadline -lrt norl: $(SRC) $(CC) -DNORL $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o $(BIN) $^ $(LDLIBS) - $(STRIP) $(BIN) install: all $(INSTALL) -m 0755 -d $(DESTDIR)$(PREFIX)/bin