diff options
author | thefosk <marco@mashape.com> | 2015-11-13 15:42:45 -0800 |
---|---|---|
committer | thefosk <marco@mashape.com> | 2015-11-13 15:42:45 -0800 |
commit | b484545922f4c5d6dda86e0f66cb3622da654d53 (patch) | |
tree | 0174aecb99b1aca422ead96c20d6c229225c4e54 /Makefile | |
parent | 44c3d0908310cd2455a90cd8f2454712573b1902 (diff) | |
download | lua_uuid-b484545922f4c5d6dda86e0f66cb3622da654d53.tar.gz lua_uuid-b484545922f4c5d6dda86e0f66cb3622da654d53.tar.bz2 lua_uuid-b484545922f4c5d6dda86e0f66cb3622da654d53.zip |
Fix and version bump
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ all: lua_uuid.so $(CC) -c $(CFLAGS) -fPIC $(LUA_CFLAGS) -o $@ $< lua_uuid.so: lua_uuid.o test/lua_uuid_test.lua - $(CC) -shared lua_uuid.o $(LUA_LIBS) -o $@ + $(CC) -shared lua_uuid.o $(LUA_LIBS) -luuid -o $@ $(LUA) test/lua_uuid_test.lua install: lua_uuid.so |