Changes between Version 33 and Version 34 of tutorial


Ignore:
Timestamp:
Jun 30, 2013, 4:38:45 PM (11 years ago)
Author:
leon
Comment:

makefile

Legend:

Unmodified
Added
Removed
Modified
  • tutorial

    v33 v34  
    5959
    6060clean:
    61       rm -rf *~ *.o $(ALL)
     61      rm -rf  *.o *~ [!m]*.obj core* $(ALL)
    6262}}}
    6363Beware that Makefile is TAB aware. So the last line should contain TAB indentation and not spacing.