From 86b9e56b6e04e0fd5d92a19f605d589f11f31c5a Mon Sep 17 00:00:00 2001 From: Douglas Clowes Date: Fri, 6 Aug 2010 15:05:33 +1000 Subject: [PATCH] remove .obj in psi for clean r3014 | dcl | 2010-08-06 15:05:33 +1000 (Fri, 06 Aug 2010) | 1 line --- site_ansto/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site_ansto/Makefile b/site_ansto/Makefile index e451395e..bbdb4124 100644 --- a/site_ansto/Makefile +++ b/site_ansto/Makefile @@ -14,7 +14,7 @@ default: all # PSI rules and variables EXTRA=nintf.o -PSI_CLEAN_MATRIX = rm -f ../*.o; $(MAKE) -C ../matrix $(MFLAGS) clean +PSI_CLEAN_MATRIX = rm -f ../*.o ../psi/*.o; $(MAKE) -C ../matrix $(MFLAGS) clean PSI_CFLAGS = -I./ -I$(HDFROOT)/include -DDO_NOT_SELECT_BEFORE_SEND -DHDF5 -DNXXML\ -DCYGNUS -DNONINTF -std=gnu99 -g $(DFORTIFY)\ -Wall -Wextra -Wno-unused