mirror of
https://github.com/nasa/trick.git
synced 2024-12-18 20:57:55 +00:00
Merge pull request #750 from nasa/fix-clean-bin
#507 clean remove 2 data products binaries from bin
This commit is contained in:
commit
3364cd3836
@ -31,6 +31,7 @@ $(OBJDIR)/trk2ascii.o: trk2ascii.cpp | $(OBJDIR)
|
||||
clean:
|
||||
rm -f trk2ascii
|
||||
rm -rf $(OBJDIR)
|
||||
rm -rf $(ASCII_MAIN)
|
||||
|
||||
real_clean: clean
|
||||
|
||||
|
@ -83,6 +83,7 @@ ${LIBDIR}/libDPV.a:
|
||||
|
||||
clean:
|
||||
${RM} $(OBJDIR)
|
||||
${RM} ${TRICK_HOME}/bin/trick-gxplot
|
||||
|
||||
spotless: clean
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user