From b538fff8b0e01bd0bfcbdf2d0879c74fbf8426f7 Mon Sep 17 00:00:00 2001 From: Salvo 'LtWorf' Tomaselli Date: Tue, 29 Sep 2015 13:55:50 +0200 Subject: [PATCH] Cleanup generated files Cleans the generated files in the clean phase, rather than in the dist one. --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index b4e579f..720b958 100644 --- a/Makefile +++ b/Makefile @@ -12,10 +12,6 @@ dist: clean mkdir /tmp/relational/ cp -R * /tmp/relational/ rm -rf /tmp/relational/windows - rm -f /tmp/relational/relational_gui/survey.py - rm -f /tmp/relational/relational_gui/maingui.py - rm -f /tmp/relational/relational_gui/rel_edit.py - rm -f /tmp/relational/relational_gui/resources.py rm -rf /tmp/relational/debian/ #mv /tmp/relational /tmp/relational-`./relational_gui.py -v | grep Relational | cut -d" " -f2` @@ -31,6 +27,10 @@ clean: rm -rf data rm -rf *tar.bz rm -rf *.deb + rm -f relational_gui/survey.py + rm -f relational_gui/maingui.py + rm -f relational_gui/rel_edit.py + rm -f relational_gui/resources.py debian: dpkg-buildpackage