diff options
author | LAN-TW <lantw44@gmail.com> | 2013-11-05 02:06:48 +0800 |
---|---|---|
committer | LAN-TW <lantw44@gmail.com> | 2013-11-05 02:08:09 +0800 |
commit | d0c1a2cc702018a906468218bfeef97919ad7ed4 (patch) | |
tree | d4754d5d38907fc161387a0d17e0733e4d48977c /hw2/Makefile.am | |
parent | f92962990ee4d98923f4a457c21e0c03d9c22722 (diff) | |
download | sp2013-d0c1a2cc702018a906468218bfeef97919ad7ed4.tar sp2013-d0c1a2cc702018a906468218bfeef97919ad7ed4.tar.gz sp2013-d0c1a2cc702018a906468218bfeef97919ad7ed4.tar.bz2 sp2013-d0c1a2cc702018a906468218bfeef97919ad7ed4.tar.lz sp2013-d0c1a2cc702018a906468218bfeef97919ad7ed4.tar.xz sp2013-d0c1a2cc702018a906468218bfeef97919ad7ed4.tar.zst sp2013-d0c1a2cc702018a906468218bfeef97919ad7ed4.zip |
HW2: 準備好程式基本架構,包含參數檢查以及記錄功能
Diffstat (limited to 'hw2/Makefile.am')
-rw-r--r-- | hw2/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw2/Makefile.am b/hw2/Makefile.am index 335e578..d4fd275 100644 --- a/hw2/Makefile.am +++ b/hw2/Makefile.am @@ -1,7 +1,7 @@ EXTRA_DIST = README.txt bin_PROGRAMS = big_judge judge player noinst_LIBRARIES = libsphw2.a -libsphw2_a_SOURCES = xwrap.c xwrap.h +libsphw2_a_SOURCES = xwrap.c xwrap.h logger.c logger.h big_judge_SOURCES = big_judge.c big_judge_LDADD = $(top_builddir)/libsphw2.a judge_SOURCES = judge.c |