Open main menu

CDOT Wiki β

Changes

Real World Mozilla Makefile Lab

115 bytes added, 20:22, 26 February 2007
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 ==