aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index d0974b8b..4517ac57 100644
--- a/Makefile
+++ b/Makefile
@@ -151,9 +151,6 @@ amalg:
151clean: 151clean:
152 $(MAKE) -C src clean 152 $(MAKE) -C src clean
153 153
154cleaner: 154.PHONY: all install amalg clean
155 $(MAKE) -C src cleaner
156
157.PHONY: all install amalg clean cleaner
158 155
159############################################################################## 156##############################################################################