1
edit
Changes
m
$ make
switched order of make && make clean
# You will know you are done when the following commands result in nled.exe being produced:
$ make
$ make clean
or, if you want to combine this into one line:
$ make clean && makeclean
== Hints ==