X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=demo_prior;a=blobdiff_plain;f=libs%2FMakefile;fp=libs%2FMakefile;h=f35b0c5ed261636bf8e6dfbf3e3916acc327cbd3;hp=b1e2d2f7d7b9ff9fe8f1d6d95608ca8ff3d2b36e;hb=2f14a35e7d557da12f24056267b911f24774aa18;hpb=5eefe7b94c8d6c6caa2c10e3835ab0831a3c42a1 diff --git a/libs/Makefile b/libs/Makefile index b1e2d2f..f35b0c5 100644 --- a/libs/Makefile +++ b/libs/Makefile @@ -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