diff options
| author | 2026-02-21 18:37:29 +0100 | |
|---|---|---|
| committer | 2026-02-21 18:37:29 +0100 | |
| commit | 6f011b4aeb6b80b37601e87f7131cc47bf19f655 (patch) | |
| tree | e0195ac1e464da8d077e06d358a978395290c7ed /Makefile | |
| parent | e479a0754c5afed3166426fc176e0b80dfc134b0 (diff) | |
Makefile install rule depend on all
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |