Only removing object files seems more appropriate
This commit is contained in:
parent
e8f3fefec1
commit
e9be8d2090
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue