Merge pull request #750 from nasa/fix-clean-bin

#507 clean remove 2 data products binaries from bin
This commit is contained in:
Scott Fennell 2019-05-06 09:33:12 -05:00 committed by GitHub
commit 3364cd3836
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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