#507 clean remove 2 data products binaries from bin

This commit is contained in:
Scott Fennell 2019-03-29 13:41:24 -05:00
parent 6a84ae548b
commit 4f9c51b2cb
2 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,7 @@ $(OBJDIR)/trk2ascii.o: trk2ascii.cpp | $(OBJDIR)
clean:
rm -f trk2ascii
rm -rf $(OBJDIR)
rm -rf $(ASCII_MAIN)
real_clean: clean

View File

@ -83,6 +83,7 @@ ${LIBDIR}/libDPV.a:
clean:
${RM} $(OBJDIR)
${RM} ${TRICK_HOME}/bin/trick-gxplot
spotless: clean