Hi,
I'm using CodeComposer 6.1.1.
I've been trying to add a simple rmdir command to my clean command. At the moment my clean command uses the standard gmake clean target.
I would like to still do gmake clean, but also remove an additional externally generated directory, how do i do this.
I tried addingWhat I'v
what i've tried already:
adding:
-I my/folder/path clean_external"
to my clean ccommand, then including a makefile at "my/folder/path that had the target clean_external , but gmake just gave me the error that it couldn't find the make target.
am i close? any ideas?
Thanks
Matt