Skip to content

Commit

Permalink
Split make targets to allow building only clockkit core (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
Infrasonics authored Feb 17, 2021
1 parent 41a7d88 commit 6022f1f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ClockKit/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,18 @@ OBJECTS = \
EXES = \
ckserver \
ckphaselock \

SWIGEXES = \
python/_clockkit.so \
ruby/clockkit.so \
tcl/clockkit.so

all: $(EXES)

bindings: $(SWIGEXES)

test-all: test test-python test-ruby test-tcl
test-bindings: test-python test-ruby test-tcl

test: ckserver ckphaselock
./testcase.sh
Expand Down

0 comments on commit 6022f1f

Please sign in to comment.