Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
4148 committed Mar 16, 2015
1 parent 81d81f6 commit d64ebeb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
default: run

run: changeMACAddress.exe
./changeMACAddress
run: mac-spoofer.exe
./mac-spoofer

changeMACAddress.exe: changeMACAddress.cpp
mac-spoofer.exe: mac-spoofer.cpp
g++ -g -o $@ $< -lole32 -lWbemuuid -loleAut32

clean:
rm changeMACAddress.exe
rm mac-spoofer.exe

0 comments on commit d64ebeb

Please sign in to comment.