Commit e991930e authored by Bruce Momjian's avatar Bruce Momjian

Improve entab's Makefile install entry.

Andrew Dunstan
parent 47cacfc0
......@@ -20,9 +20,7 @@ halt.o : halt.c
clean:
rm -f *.o $(TARGET) log core
install:
make clean
make CFLAGS=-O
install: $(TARGET)
install -s $(TARGET) $(BINDIR)
rm -f $(BINDIR)/detab
ln $(BINDIR)/$(TARGET) $(BINDIR)/detab
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment