diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-01-15 18:21:00 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-01-15 18:21:00 +0100 |
commit | e5c145f8c34d0a038962ac618e9bc88ab826629d (patch) | |
tree | 387d8ab691bb7611471e9f0b3605e7470ab729d5 | |
parent | 8292ca8766dd38aba3701ce6e241b7893c1e308a (diff) | |
download | mmswe-e5c145f8c34d0a038962ac618e9bc88ab826629d.tar.gz mmswe-e5c145f8c34d0a038962ac618e9bc88ab826629d.tar.bz2 mmswe-e5c145f8c34d0a038962ac618e9bc88ab826629d.zip |
Makefile: rm pluggit before every build
So that we get directfb updated compiled in.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |