mirror of
https://github.com/nasa/trick.git
synced 2024-12-18 20:57:55 +00:00
Create a trick-config script #298
Need to add trick-config to list of executables to remove during uninstall.
This commit is contained in:
parent
2918662767
commit
5903209e00
1
Makefile
1
Makefile
@ -348,6 +348,7 @@ install: ${ER7_HEADERS}
|
|||||||
uninstall:
|
uninstall:
|
||||||
rm -f ${PREFIX}/bin/trick-CP
|
rm -f ${PREFIX}/bin/trick-CP
|
||||||
rm -f ${PREFIX}/bin/trick-ICG
|
rm -f ${PREFIX}/bin/trick-ICG
|
||||||
|
rm -f ${PREFIX}/bin/trick-config
|
||||||
rm -f ${PREFIX}/bin/trick-dp
|
rm -f ${PREFIX}/bin/trick-dp
|
||||||
rm -f ${PREFIX}/bin/trick-dre
|
rm -f ${PREFIX}/bin/trick-dre
|
||||||
rm -f ${PREFIX}/bin/trick-gte
|
rm -f ${PREFIX}/bin/trick-gte
|
||||||
|
Loading…
Reference in New Issue
Block a user