Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/majn/telegram-purple.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Wiederhake <BenWiederhake.GitHub@gmx.de>2016-01-01 15:57:25 +0300
committerBen Wiederhake <BenWiederhake.GitHub@gmx.de>2016-01-02 02:22:17 +0300
commit0a349cc38eda6c934075866df33f53dd345505c4 (patch)
tree80118e2cdee9cec3471902227adfdc500d6e8f60 /Makefile.in
parentf41571934a940fc87fb83754f081b868b8a7d74b (diff)
Fix name of test, fix clean target
Since this is a trivial change, [skip ci]
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index de5cd65..b1f2242 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -164,7 +164,9 @@ debug: install
clean-here:
rm -rf ${DIR_LIST} config.log config.status $(PRPL_C_OBJS) $(PRPL_LIBNAME) po/*.mo
-.PHONY: clean
+-include test/Makefile
+
+.PHONY: clean clean-test
clean: clean-here tgl/Makefile
+make -C tgl clean
@@ -178,5 +180,3 @@ ifneq ($(shell cat commit.h |grep -c ${GIT_COMMIT}), 1)
echo '# define GIT_COMMIT "${GIT_COMMIT}"' >> ${GIT_COMMIT_H}
echo '#endif' >> ${GIT_COMMIT_H}
endif
-
--include test/Makefile