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 8117692e..7ad44595 100644
--- a/Makefile
+++ b/Makefile
@@ -155,9 +155,6 @@ clean:
155cleaner: 155cleaner:
156 $(MAKE) -C src cleaner 156 $(MAKE) -C src cleaner
157 157
158distclean: 158.PHONY: all install amalg clean cleaner
159 $(MAKE) -C src distclean
160
161.PHONY: all install amalg clean cleaner distclean
162 159
163############################################################################## 160##############################################################################