making my own Makefile
This commit is contained in:
parent
850cf9d8bd
commit
56a7863884
19
Makefile
Normal file
19
Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
#
|
||||
# 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 $<
|
||||
|
||||
# ---------------------------------------------------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user