From add6ec8ee5f6ce8104a79f90dc58f8e450ab11b8 Mon Sep 17 00:00:00 2001 From: Marco Palladino Date: Thu, 19 Nov 2015 13:31:19 -0800 Subject: Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0e37c26..1250f46 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3-54-g00ecf