667
edits
Changes
→Instructions
# Write targets and rules for each of the object files and the final executable
# Write a '''clean''' target in order to delete all .obj and .exe files
# You will know you are done when the following commands result in nled.exe being produced:
$ make clean
$ make
== Hints ==