aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortomas <tomas>2005-06-05 00:36:18 +0000
committertomas <tomas>2005-06-05 00:36:18 +0000
commit95bd727a3d6e1c14c40306853d2e6b6662d4a3f2 (patch)
tree70af12d33eddb825d6738150d03d5882a3e85670 /Makefile
parent9265a9782269a5deef0ee44b8905b28e01587b3b (diff)
downloadluafilesystem-95bd727a3d6e1c14c40306853d2e6b6662d4a3f2.tar.gz
luafilesystem-95bd727a3d6e1c14c40306853d2e6b6662d4a3f2.tar.bz2
luafilesystem-95bd727a3d6e1c14c40306853d2e6b6662d4a3f2.zip
Standardizing Makefile and config.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index e344605..033d9d6 100644
--- a/Makefile
+++ b/Makefile
@@ -1,12 +1,10 @@
1# $Id: Makefile,v 1.20 2005/06/04 18:22:29 tomas Exp $ 1# $Id: Makefile,v 1.21 2005/06/05 00:36:18 tomas Exp $
2 2
3T= lfs 3T= lfs
4V= 1.1
4 5
5include ./config 6include ./config
6 7
7V= 1.1
8LIBNAME= lib$T.$V.so
9
10COMPAT_O= $(COMPAT_DIR)/compat-5.1.o 8COMPAT_O= $(COMPAT_DIR)/compat-5.1.o
11SRCS= src/$T.c 9SRCS= src/$T.c
12OBJS= src/$T.o $(COMPAT_O) 10OBJS= src/$T.o $(COMPAT_O)