aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortomas <tomas>2004-10-15 10:45:18 +0000
committertomas <tomas>2004-10-15 10:45:18 +0000
commitb191446532a020ab0b2734cf64d99a1599b9cdb1 (patch)
treeca6e969b80b00f855c44a787af9429ca8e4ed951 /Makefile
parent8ffae1be28f82d4385665b78457681300d50aaf7 (diff)
downloadluafilesystem-b191446532a020ab0b2734cf64d99a1599b9cdb1.tar.gz
luafilesystem-b191446532a020ab0b2734cf64d99a1599b9cdb1.tar.bz2
luafilesystem-b191446532a020ab0b2734cf64d99a1599b9cdb1.zip
Pequenas melhorias no processo de compilacao.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2878a50..00387ab 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
1# $Id: Makefile,v 1.6 2004/10/15 10:07:53 tomas Exp $ 1# $Id: Makefile,v 1.7 2004/10/15 10:45:18 tomas Exp $
2 2
3T= lfs 3T= lfs
4 4
@@ -20,6 +20,7 @@ $(LIBNAME): $(OBJS)
20 $(CC) $(CFLAGS) $(LIB_OPTION) -o $(LIBNAME) $(OBJS) $(LIBS) 20 $(CC) $(CFLAGS) $(LIB_OPTION) -o $(LIBNAME) $(OBJS) $(LIBS)
21 21
22compat-5.1.o: $(COMPAT_DIR)/compat-5.1.c 22compat-5.1.o: $(COMPAT_DIR)/compat-5.1.c
23 $(CC) -c $(CFLAGS) -o $@ $(COMPAT_DIR)/compat-5.1.c
23 24
24install: $(LIBNAME) 25install: $(LIBNAME)
25 mkdir -p $(LIB_DIR) 26 mkdir -p $(LIB_DIR)