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 ...@@ -20,9 +20,7 @@ halt.o : halt.c
clean: clean:
rm -f *.o $(TARGET) log core rm -f *.o $(TARGET) log core
install: install: $(TARGET)
make clean
make CFLAGS=-O
install -s $(TARGET) $(BINDIR) install -s $(TARGET) $(BINDIR)
rm -f $(BINDIR)/detab rm -f $(BINDIR)/detab
ln $(BINDIR)/$(TARGET) $(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