aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2026-02-21 18:37:29 +0100
committerlemon <lsof@mailbox.org>2026-02-21 18:37:29 +0100
commit6f011b4aeb6b80b37601e87f7131cc47bf19f655 (patch)
treee0195ac1e464da8d077e06d358a978395290c7ed /Makefile
parente479a0754c5afed3166426fc176e0b80dfc134b0 (diff)
Makefile install rule depend on all
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"