Skip to content

Commit

Permalink
Update Makefile with scan2text clean
Browse files Browse the repository at this point in the history
  • Loading branch information
dmaynor committed Oct 8, 2013
1 parent 4b69e62 commit fd15257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@


SYS := $(shell gcc -dumpmachine)

# LINUX
Expand Down Expand Up @@ -79,6 +78,7 @@ bin/scan2text: util/scan2text.c
clean:
rm tmp/*.o
rm bin/masscan
rm bin/scan2test

regress: bin/masscan
bin/masscan --selftest
Expand Down

0 comments on commit fd15257

Please sign in to comment.