This website requires JavaScript.
Explore
Help
Sign In
neale
/
irc-bot
mirror of
https://github.com/nealey/irc-bot
Watch
1
Star
0
Fork
You've already forked irc-bot
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ed125f385b
irc-bot
/
Makefile
9 lines
98 B
Makefile
Raw
Blame
History
CFLAGS
=
-Wall -Werror
TARGETS
=
bot
all
:
$(
TARGETS
)
.PHONY
:
clean
clean
:
rm -f
$(
TARGETS
)
*.o
Reference in New Issue
View Git Blame
Copy Permalink