File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -42,3 +42,4 @@ helloworld/helloworld
42
42
sensorapp /sensorfetcher /sensorfetcher
43
43
sensorapp /sensorserver /sensorserver
44
44
webapp /webapp
45
+ tools /pathdb_dump /pathdb_dump
Original file line number Diff line number Diff line change 2
2
3
3
ROOT_DIR =$(shell dirname $(realpath $(lastword $(MAKEFILE_LIST ) ) ) )
4
4
# TODO: missing roughtime/timeserver roughtime/timeclient
5
- SRCDIRS = helloworld sensorapp/sensorserver sensorapp/sensorfetcher camerapp/imageserver camerapp/imagefetcher bwtester/bwtestserver bwtester/bwtestclient webapp bat bat/example_server
5
+ SRCDIRS = helloworld sensorapp/sensorserver sensorapp/sensorfetcher camerapp/imageserver camerapp/imagefetcher bwtester/bwtestserver bwtester/bwtestclient webapp bat bat/example_server tools/pathdb_dump
6
6
TARGETS = $(foreach D,$(SRCDIRS ) ,$(D ) /$(notdir $(D ) ) )
7
7
8
8
all : $(TARGETS )
You can’t perform that action at this time.
0 commit comments