aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3c6f6a4..b08be79 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,4 @@
.POSIX:
-.PHONY: all clean
OBJS = badroff.o buf.o
badroff: $(OBJS)
badroff.o: badroff.c buf.h