~nrtb-core/nrtb/alpha

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Rick Stovall
  • Date: 2013-11-16 21:09:50 UTC
  • mfrom: (15.1.16 ricks-sprint-003)
  • Revision ID: rick_stovall_fpstovall-20131116210950-riiyz7lv1njccv96
Merging sprint-003. some refactoring, a couple bug fixes, and the interthread communications modules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
        @echo "========== all targets cleanup complete ==========="
34
34
 
35
35
doit:
36
 
        cd common; make ${action}
37
 
        cd sim_engine; make ${action}
 
36
        cd cpp; make ${action}
38
37