Skip to content

Commit e6a6fb9

Browse files
committed
add Makefile
1 parent 7567328 commit e6a6fb9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
all:
2+
@echo nothing to do, just run \"sudo make install\"
3+
4+
install:
5+
install -m 0755 afl-* /usr/local/bin

0 commit comments

Comments
 (0)