From f0f6880c74c1994f407decc97151dfa0194d9eb7 Mon Sep 17 00:00:00 2001 From: Manuel Traut Date: Wed, 26 Jan 2011 17:11:06 +0100 Subject: middleware: add to new buildsys Signed-off-by: Manuel Traut --- frameworks/gui/Makefile | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 frameworks/gui/Makefile (limited to 'frameworks/gui') diff --git a/frameworks/gui/Makefile b/frameworks/gui/Makefile deleted file mode 100644 index 4663d52..0000000 --- a/frameworks/gui/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -all: - for pdf in `ls -1 *.tex` ; do \ - pdflatex $$pdf; \ - pdflatex $$pdf; \ - done - -clean: - rm -f *.aux *.log *.pdf *.log *.snm *.toc *.vrb *.nav *.out - -- cgit v1.2.3