provisional framework docs and corrections
[melted] / src / tests / Makefile
index 3b48d27..8e680f1 100644 (file)
@@ -11,6 +11,9 @@ endif
 
 all: $(TARGET)
 
+hello:         hello.o
+                       $(CC) hello.o -o $@ -L ../framework -L ../modules -lmlt
+
 pango:         pango.o
                        $(CC) pango.o -o $@ $(LDFLAGS)