diff options
author | Marco Palladino <marco@mashape.com> | 2015-11-19 13:31:19 -0800 |
---|---|---|
committer | Marco Palladino <marco@mashape.com> | 2015-11-19 13:31:19 -0800 |
commit | add6ec8ee5f6ce8104a79f90dc58f8e450ab11b8 (patch) | |
tree | 465421e819052fc6cc4ecd1429fc351edf78ddda /Makefile | |
parent | e803e0c1dcb7dbb0c6cb85e3ae26925c2b687543 (diff) | |
download | lua_uuid-add6ec8ee5f6ce8104a79f90dc58f8e450ab11b8.tar.gz lua_uuid-add6ec8ee5f6ce8104a79f90dc58f8e450ab11b8.tar.bz2 lua_uuid-add6ec8ee5f6ce8104a79f90dc58f8e450ab11b8.zip |
Update Makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ CFLAGS ?= -O2 -Wall -Werror all: lua_uuid.so lua_uuid.so: lua_uuid.o - $(CC) $(LIBFLAG) $(LUA_LIBDIR) $(UUID_LIBDIR) $< -o $@ + $(CC) $(LIBFLAG) $(LUA_LIBDIR) -o $@ $< $(UUID_LIBDIR) $(LUA) test/lua_uuid_test.lua %.o: %.c |