- added libdrawtext
[demo_prior] / libs / Makefile
index b1e2d2f..f35b0c5 100644 (file)
@@ -1,8 +1,8 @@
 .PHONY: all
-all: glew treestore imago
+all: glew treestore imago drawtext
 
 .PHONY: clean
-clean: glew-clean treestore-clean imago-clean
+clean: glew-clean treestore-clean imago-clean drawtext-clean
 
 .PHONY: glew
 glew:
@@ -27,3 +27,11 @@ imago:
 .PHONY: imago-clean
 imago-clean:
        $(MAKE) -C imago2 clean
+
+.PHONY: drawtext
+drawtext:
+       $(MAKE) -C drawtext
+
+.PHONY: drawtext-clean
+drawtext-clean:
+       $(MAKE) -C drawtext clean