aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 762832a..b3679a9 100644
--- a/Makefile
+++ b/Makefile
@@ -43,7 +43,7 @@ clean:
clean-config: clean
$(RM) -r config.mk hostconfig.h
-install: $(OUT)
+install: all
@mkdir -p "$(DESTDIR)$(BINDIR)"
install -m755 $(OUT) -T "$(DESTDIR)$(BINDIR)/antcc"