making my own Makefile
此提交包含在:
19
Makefile
一般檔案
19
Makefile
一般檔案
@@ -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 $<
|
||||||
|
|
||||||
|
# ---------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
新增問題並參考
封鎖使用者