Remove SatTrack binary using makefile

feature/19
Daniel Warner 2011-05-27 09:14:01 +00:00
parent 6b024b0c06
commit 78835261ae
1 changed files with 1 additions and 1 deletions

View File

@ -39,4 +39,4 @@ ${SATTRACK}: ${SGP4LIB} ${SATTRACKOBJECTS}
$(CC) $(CFLAGS) $< -o $@
clean:
rm -rf *.o ${SGP4LIB} ${TESTPROG}
rm -rf *.o ${SGP4LIB} ${TESTPROG} ${SATTRACK}