diff --git a/.gitignore b/.gitignore index 31af774..5274b7c 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ *.lai *.la *.a + diff --git a/test/Makefile b/test/Makefile index 2d1f08d..2c35976 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,6 +1,7 @@ UNAME := $(shell uname) CFLAGS += -I../sml/include/ -Wall LIBSML = ../sml/lib/libsml.a +LIBS = -luuid ifeq ($(UNAME), Linux) LIBS = -luuid