Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
Allowing user to build LCM only if desired. "make lcm" and "sudo make…
Browse files Browse the repository at this point in the history
… lcmreg" are targets for building just OMI+LCM (not providers)
  • Loading branch information
John Kordich authored and John Kordich committed May 9, 2014
1 parent 8dc2837 commit 31bb409
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
all:
all: lcm providers

reg: lcmreg providersreg

lcm:
make -C omi-1.0.8
make -C LCM
make -C Providers

reg:
lcmreg:
make -C LCM deploydsc
make -C Providers reg

providers:
make -C Providers

providersreg:
make -C Providers reg

0 comments on commit 31bb409

Please sign in to comment.