From 98c489efb5ce35f709854164cec095398530bc8a Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Mon, 13 Jul 2015 09:50:24 -0400 Subject: More build checks. If configure fails, don't build anything --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f16c4bd..372bc1b 100644 --- a/Makefile +++ b/Makefile @@ -76,5 +76,6 @@ dist: # # Clean up everything # +.PHONY: clean clean: - @rm -f *~ *.so *.o + @rm -f *~ *.so *.o src/*.o src/*~ -- cgit v1.2.3