X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Ftests%2FMakefile;h=8e680f1bc462c56bb6d7738ce3aa7b2c4d2b38d7;hb=2a800ec4c840132c7a629b764b673dce09771637;hp=3b48d274a91f5e2c421bac38631c43ffcac9142d;hpb=0d368e962076c3b96040b86cd5d87a1bbfe0a594;p=melted diff --git a/src/tests/Makefile b/src/tests/Makefile index 3b48d27..8e680f1 100644 --- a/src/tests/Makefile +++ b/src/tests/Makefile @@ -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)