Skip to content

Commit ce5bead

Browse files
authored
Fix install make instruction
1 parent e88086f commit ce5bead

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ run: bin/fetchfetch
2323
./bin/fetchfetch
2424

2525
.PHONY: install
26-
install: fetchfetch
26+
install: bin/fetchfetch
2727
cp ./bin/fetchfetch /usr/local/bin/fetchfetch

0 commit comments

Comments
 (0)