diff --git a/Makefile b/Makefile index 8ad3de2..dd54890 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ ifeq ($(MYSQL),YES) OPT_FILES += ucsqlite.o endif -example : libuc.a example.o +example : example.o libuc.a $(LINKXX) -o $@ $^