summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2010-02-13 19:22:37 +0200
committerKhaled Hosny <khaledhosny@eglug.org>2010-02-13 19:22:37 +0200
commitd0069d8522124ba3004548539df3145e8cbe56d2 (patch)
tree3f334bc7dd0b49fb14c9f8537ab839a9676c220a /Makefile
parentca864e112f10639a9359097ed5cf37dfe9b3df96 (diff)
downloadluaotfload-d0069d8522124ba3004548539df3145e8cbe56d2.tar.gz
Clean *.out files too
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 63d389b..092e9fb 100644
--- a/Makefile
+++ b/Makefile
@@ -84,7 +84,7 @@ manifest:
@for f in $(GENERATED); do echo $$f; done
clean:
- @$(RM) -- *.log *.aux *.toc *.idx *.ind *.ilg
+ @$(RM) -- *.log *.aux *.toc *.idx *.ind *.ilg *.out
mrproper: clean
@$(RM) -- $(GENERATED) $(ZIPS)