summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 58e1d8a..926fcc7 100644
--- a/Makefile
+++ b/Makefile
@@ -22,11 +22,6 @@ clean:
install: $(BINDIR)/more
cp $(BINDIR)/more $(DESTDIR)/bin
-$(BINDIR)/more: $(OBJDIR)/io.o
-$(OBJDIR)/io.o: $(SRCDIR)/more.h
-$(OBJDIR)/io.o: $(SRCDIR)/io.c
- $(CC) $(CFLAGS) -o $@ -c $(SRCDIR)/io.c
-
$(BINDIR)/more: $(OBJDIR)/more.o
$(OBJDIR)/more.o: $(SRCDIR)/more.h
$(OBJDIR)/more.o: $(SRCDIR)/more.c