make clean tries to delete non-existing files.

This commit is contained in:
Hanno Spreeuw 2018-04-23 16:55:01 +02:00
parent a9d05232f3
commit c3b1daaff2
1 changed files with 1 additions and 1 deletions

View File

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