Only removing object files seems more appropriate

This commit is contained in:
Hanno Spreeuw 2018-01-31 15:00:19 +01:00
parent e8f3fefec1
commit e9be8d2090
1 changed files with 1 additions and 1 deletions

View File

@ -36,5 +36,5 @@ data.o:data.cpp data.h
sagecal:$(OBJECTS) ../lib/Radio/libsagecal.a ../lib/Dirac/libdirac.a
$(CXX) $(CXXFLAGS) $(LDFLAGS) $(INCLUDES) $(GLIBI) $(LIBPATH) -o $@ $(OBJECTS) $(MY_LIBS) $(LAPACK) $(CASA_LIBS) $(GLIBL)
clean:
rm *.o sagecal *.output
rm *.o