Skip to content

Commit

Permalink
Fix miss
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroki Shirokura committed Jun 7, 2018
1 parent 88baa01 commit d0e9135
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,11 @@ clean:

install: lib
cp $(TARGET) /usr/local/lib
cp cuishark.h /usr/local/include

uninstall:
rm -f /usr/local/lib/libcuishark.a
rm -f /usr/local/include/cuishark.h

run:
sudo ./a.out -i lo -Y "icmp"
Expand Down

0 comments on commit d0e9135

Please sign in to comment.