Update documentation, clean up
This commit is contained in:
13
xS/Makefile
Normal file
13
xS/Makefile
Normal file
@@ -0,0 +1,13 @@
|
||||
.POSIX:
|
||||
.SUFFIXES:
|
||||
AWK = env LC_ALL=C awk
|
||||
|
||||
outputs = xS xS-replies.go
|
||||
all: $(outputs)
|
||||
|
||||
xS: xS.go xS-replies.go
|
||||
go build -o $@
|
||||
xS-replies.go: xS-gen-replies.awk xS-replies
|
||||
$(AWK) -f xS-gen-replies.awk xS-replies > $@
|
||||
clean:
|
||||
rm -f $(outputs)
|
||||
Reference in New Issue
Block a user