GuinnessServer/Makefile

20 lines
386 B
Makefile
Raw Normal View History

2020-03-28 10:10:04 +01:00
#
# Guinness Server from tnemeth
#
# Makefile handcrafted by tTh
#
H_DEP = broadcast.h commands.h defines.h guinnessd.h printlog.h \
xmem.h clients.h config.h drinks.h lists.h tools.h
COPT = -Wall -g
# ---------------------------------------------------------
guinnessd.o: guinnessd.c Makefile
gcc $(COPT) -c $<
# ---------------------------------------------------------