This website requires JavaScript.
Explore
Help
Sign In
neale
/
moth
mirror of
https://github.com/dirtbags/moth.git
Watch
1
Star
0
Fork
You've already forked moth
0
Code
Issues
Projects
Releases
Wiki
Activity
a6bd35333a
moth
/
src
/
Makefile
8 lines
100 B
Makefile
Raw
Normal View
History
Unescape
Escape
Gussy up arc4.c
2011-03-18 19:21:45 -06:00
TARGETS
=
bubblebabble arc4
Begin unhooking in.tokend
2011-03-14 17:13:25 -06:00
Fix key reuse vuln. in arc4
2011-03-17 13:04:13 -06:00
all
:
$(
TARGETS
)
arc4
:
CFLAGS
=-
DARC
4
_MAIN
clean
:
rm -f *.o
$(
TARGETS
)