Changing rpl-udp contiki-ng Makefile #122
Answered
by
nyrahul
Jawaheralharbi
asked this question in
Q&A
-
I have changed the makefile setup in rpl-udp, but when I start the Whitefield, nothing changed. How can I run the simulation against the new makefile changes? (I have executed the make command in the makefile folder and it was successful). |
Beta Was this translation helpful? Give feedback.
Answered by
nyrahul
May 31, 2021
Replies: 1 comment
-
There are two options Or a total clean up option is to do: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Jawaheralharbi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are two options
make contiking_clean && make
. This will clean up contiking and recompile everything.Or a total clean up option is to do:
make allclean && make