fixed missing reference to libuuid
This commit is contained in:
parent
af54156f42
commit
0d036c2ca7
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ test_run: libsml test
|
|||
@./test
|
||||
|
||||
test : $(UNITY) $(OBJS) $(LIBSML)
|
||||
$(CC) $(CFLAGS) $(LIBSML) $^ test_main.c -o test
|
||||
$(CC) $(CFLAGS) $(LIBS) $(LIBSML) $^ test_main.c -o test
|
||||
|
||||
.PHONY: code
|
||||
libsml :
|
||||
|
|
Loading…
Add table
Reference in a new issue