Skip to content

Commit b4d8e47

Browse files
authored
Merge pull request #70 from gvallee/syrun
Introduce syrun
2 parents d50f0b7 + 8ca0d0e commit b4d8e47

File tree

16 files changed

+943
-449
lines changed

16 files changed

+943
-449
lines changed

Makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
# LICENSE.md file distributed with the sources of this project regarding your
44
# rights to use or distribute this software.
55

6-
all: sympi syvalidate sycontainerize
6+
all: sympi syvalidate sycontainerize syrun
7+
8+
syrun:
9+
cd cmd/syrun; go build syrun.go
710

811
syvalidate:
912
cd cmd/syvalidate; go build syvalidate.go
@@ -32,6 +35,7 @@ clean:
3235
@rm -f cmd/syvalidate/syvalidate \
3336
cmd/syvalidate/main \
3437
cmd/sympi/sympi \
38+
cmd/syrun/syrun \
3539
cmd/sympi/main \
3640
cmd/sycontainerize/sycontainerize \
3741
cmd/sycontainerize/main

0 commit comments

Comments
 (0)