aboutsummaryrefslogtreecommitdiffstats
path: root/l4bds
diff options
context:
space:
mode:
authorlantw44 <lantw44@gmail.com>2012-08-30 17:43:31 +0800
committerlantw44 <lantw44@gmail.com>2012-08-30 17:43:31 +0800
commit3e44e2e2f1feea48bf916e98a6fe3a85869857ba (patch)
tree8239ede98f8914a7e8494a0ffcc9a868a511f8cc /l4bds
parent0e2b42c1ff5d56ddf1368da56605797b6c9b6cbd (diff)
downloadl4basic-3e44e2e2f1feea48bf916e98a6fe3a85869857ba.tar
l4basic-3e44e2e2f1feea48bf916e98a6fe3a85869857ba.tar.gz
l4basic-3e44e2e2f1feea48bf916e98a6fe3a85869857ba.tar.bz2
l4basic-3e44e2e2f1feea48bf916e98a6fe3a85869857ba.tar.lz
l4basic-3e44e2e2f1feea48bf916e98a6fe3a85869857ba.tar.xz
l4basic-3e44e2e2f1feea48bf916e98a6fe3a85869857ba.tar.zst
l4basic-3e44e2e2f1feea48bf916e98a6fe3a85869857ba.zip
修正 Makefile 中的靜態函式庫檔名錯誤
Diffstat (limited to 'l4bds')
-rw-r--r--l4bds/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/l4bds/Makefile b/l4bds/Makefile
index 07c4235..817c11d 100644
--- a/l4bds/Makefile
+++ b/l4bds/Makefile
@@ -3,7 +3,7 @@ AR=ar
RM=rm
CFLAGS=-Wall -g -I.
OBJ=
-LIBFILE=l4bds.a
+LIBFILE=libl4bds.a
.PHONY: all clean