diff options
author | tomas <tomas> | 2005-06-06 20:10:10 +0000 |
---|---|---|
committer | tomas <tomas> | 2005-06-06 20:10:10 +0000 |
commit | 9f9257647e4448b4eb47fe59d72be34b8de2b28e (patch) | |
tree | 24a8037326c598a06855587bbd69e9868c58dbd3 /Makefile | |
parent | 95bd727a3d6e1c14c40306853d2e6b6662d4a3f2 (diff) | |
download | luafilesystem-9f9257647e4448b4eb47fe59d72be34b8de2b28e.tar.gz luafilesystem-9f9257647e4448b4eb47fe59d72be34b8de2b28e.tar.bz2 luafilesystem-9f9257647e4448b4eb47fe59d72be34b8de2b28e.zip |
Excluding -ldl option (it seems not necessary).
Including configurable config file.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,9 +1,10 @@ | |||
1 | # $Id: Makefile,v 1.21 2005/06/05 00:36:18 tomas Exp $ | 1 | # $Id: Makefile,v 1.22 2005/06/06 20:10:10 tomas Exp $ |
2 | 2 | ||
3 | T= lfs | 3 | T= lfs |
4 | V= 1.1 | 4 | V= 1.1 |
5 | CONFIG= ./config | ||
5 | 6 | ||
6 | include ./config | 7 | include $(CONFIG) |
7 | 8 | ||
8 | COMPAT_O= $(COMPAT_DIR)/compat-5.1.o | 9 | COMPAT_O= $(COMPAT_DIR)/compat-5.1.o |
9 | SRCS= src/$T.c | 10 | SRCS= src/$T.c |