Skip to content

Commit

Permalink
misc: add all progs to install target dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Jonas <[email protected]>
  • Loading branch information
Jonas committed Oct 28, 2024
1 parent ac5de80 commit 130af2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ wifistats_iterate: wifistats_iterate.c
file_iterate: file_iterate.c
$(CC) $(CFLAGS) file_iterate.c -o file_iterate -lm -lrt

install: tc_iterate
install: all
$(STRIP) $(PROGS)
install -d -m0755 $(DESTDIR)
install -m0755 $(PROGS) $(DESTDIR)
Expand Down

0 comments on commit 130af2f

Please sign in to comment.