aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2018-02-18 04:41:02 +0100
committerJay Berkenbilt <ejb@ql.org>2018-02-18 05:39:14 +0100
commit1e86f3ab70ad20971a800089ec531f567dcc58da (patch)
tree6719dd2d510dad9a046e271e153a7c9f44543356 /Makefile
parent356e71522856b73456bb82b3ddbd253f441fa209 (diff)
downloadqpdf-1e86f3ab70ad20971a800089ec531f567dcc58da.tar.zst
Complete .travis.yml and AppImage support (fixes #160, #161)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 47dfbed1..d5c2c2b3 100644
--- a/Makefile
+++ b/Makefile
@@ -90,6 +90,7 @@ export QPDF_SKIP_TEST_COMPARE_IMAGES
export QPDF_LARGE_FILE_TEST_PATH
clean:: $(CLEAN_TARGETS)
+ $(RM) -r appimage/build
.PHONY: $(CLEAN_TARGETS)
$(foreach B,$(BUILD_ITEMS),$(eval \