Skip to content

Commit

Permalink
Merge commit 'refs/pullreqs/311'
Browse files Browse the repository at this point in the history
  • Loading branch information
tohojo committed Oct 28, 2024
2 parents ac5de80 + 130af2f commit 228c493
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 228c493

Please sign in to comment.