Skip to content

Commit e991930

Browse files
committed
Improve entab's Makefile install entry.
Andrew Dunstan
1 parent 47cacfc commit e991930

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/tools/entab/Makefile

+1-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ halt.o : halt.c
2020
clean:
2121
rm -f *.o $(TARGET) log core
2222

23-
install:
24-
make clean
25-
make CFLAGS=-O
23+
install: $(TARGET)
2624
install -s $(TARGET) $(BINDIR)
2725
rm -f $(BINDIR)/detab
2826
ln $(BINDIR)/$(TARGET) $(BINDIR)/detab

0 commit comments

Comments
 (0)