aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4c0a874..1d97387 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,8 @@ ll.o: ll.c ll.h
sb.o: sb.c sb.h
clean:
rm -f badroff $(OBJS) phrase-circuit.txt
-install: badroff
+install: $(BIN)/badroff
+$(BIN)/badroff: badroff
cp -f badroff $(BIN)/badroff
uninstall:
rm -f $(BIN)/badroff