summaryrefslogtreecommitdiff
path: root/taler-build/MakefileLint
diff options
context:
space:
mode:
Diffstat (limited to 'taler-build/MakefileLint')
-rw-r--r--taler-build/MakefileLint21
1 files changed, 0 insertions, 21 deletions
diff --git a/taler-build/MakefileLint b/taler-build/MakefileLint
deleted file mode 100644
index 4dc1bb0..0000000
--- a/taler-build/MakefileLint
+++ /dev/null
@@ -1,21 +0,0 @@
-all: bank-stamp donations-stamp survey-stamp blog-stamp deployment-stamp
-
-deployment-stamp:
- ./update_deployment.sh
- touch $@
-
-bank-stamp:
- ./lint_bank.sh
- touch $@
-
-donations-stamp:
- ./lint_donations.sh
- touch $@
-
-survey-stamp:
- ./lint_survey.sh
- touch $@
-
-blog-stamp:
- ./lint_blog.sh
- touch $@