1
0
Fork 0
mirror of https://github.com/nealey/irc-bot synced 2025-01-18 04:44:38 -07:00
irc-bot/Makefile

9 lines
98 B
Makefile
Raw Normal View History

2011-01-06 21:08:21 -07:00
CFLAGS = -Wall -Werror
2012-11-14 19:58:37 -07:00
TARGETS = bot
2011-01-06 21:08:21 -07:00
all: $(TARGETS)
.PHONY: clean
clean:
2011-01-06 21:08:21 -07:00
rm -f $(TARGETS) *.o