From e5c145f8c34d0a038962ac618e9bc88ab826629d Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Tue, 15 Jan 2013 18:21:00 +0100 Subject: Makefile: rm pluggit before every build So that we get directfb updated compiled in. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e6d66bc..2b6c87c 100644 --- a/Makefile +++ b/Makefile @@ -25,8 +25,8 @@ projekt_doku.pdf: projekt_doku.asciidoc thesis.xsl thesis.sty $(SVGs) $(EPSs) .PHONY: pluggit pluggit: + rm -f pluggit/pluggit $(MAKE) -C directfb-voodoo/ -f makefile.voodoo DEBUG=$(DEBUG) package - touch pluggit/src/Scaler.cxx $(MAKE) -C pluggit/ -f makefile.voodoo DIRECTFB_VOODOO=../directfb-voodoo/DirectFB_Voodoo all .SUFFIXES: .dia .svg -- cgit