Skip to content

Commit

Permalink
add Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
tlhc committed Oct 10, 2014
1 parent dbd9896 commit 254fe77
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions vpn_finder/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
all : finder findermng

finder :
g++ -Wall finder.cc -o finder -lpthread
findermng :
g++ -Wall findermng.cc -o findermng

clean :
rm finder
rm findermng
Binary file removed vpn_finder/finder
Binary file not shown.
Binary file removed vpn_finder/findermng
Binary file not shown.

0 comments on commit 254fe77

Please sign in to comment.