Skip to content

Commit cdd02e7

Browse files
mkowalskijuagargi
authored andcommitted
Remove roughtime/ (#103)
* Remove roughtime/ As roughtime application is no longer maintained, does not run as a service and is not planned to be used, it has been moved to https://gitlab.inf.ethz.ch/OU-PERRIG/theses/msc_milan_pandurov and is being removed from SCION-Apps which contains only maintained codebase. * Remove roughtime from Makefile * Remove unused deps for roughtime in vendor
1 parent 1e833a7 commit cdd02e7

File tree

12 files changed

+1
-1496
lines changed

12 files changed

+1
-1496
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.PHONY: all clean
22

33
ROOT_DIR=$(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
4-
SRCDIRS= helloworld sensorapp/sensorserver sensorapp/sensorfetcher camerapp/imageserver camerapp/imagefetcher bwtester/bwtestserver bwtester/bwtestclient webapp bat bat/example_server tools/pathdb_dump roughtime/timeserver roughtime/timeclient ssh/client ssh/server netcat
4+
SRCDIRS= helloworld sensorapp/sensorserver sensorapp/sensorfetcher camerapp/imageserver camerapp/imagefetcher bwtester/bwtestserver bwtester/bwtestclient webapp bat bat/example_server tools/pathdb_dump ssh/client ssh/server netcat
55
TARGETS = $(foreach D,$(SRCDIRS),$(D)/$(notdir $(D)))
66

77
all: $(TARGETS)

roughtime/README.md

Lines changed: 0 additions & 132 deletions
This file was deleted.

0 commit comments

Comments
 (0)