how did I not earlier commit the Makefile?
This commit is contained in:
parent
1d4d5dd78a
commit
e68ef2a0f2
12
poll/Makefile
Normal file
12
poll/Makefile
Normal file
@ -0,0 +1,12 @@
|
||||
GOFILES = fedilogue.go ctl.go headers.go instance.go web.go db.go config.go oauth.go
|
||||
|
||||
build:
|
||||
go build -o fedilogue $(GOFILES)
|
||||
run:
|
||||
go run $(GOFILES)
|
||||
acctkey:
|
||||
mkdir -p keys
|
||||
openssl genrsa -out keys/acctprivate.pem 1024
|
||||
openssl rsa -in keys/acctprivate.pem -pubout -out keys/acctpublic.pem
|
||||
clean:
|
||||
rm -f fedilogue
|
Loading…
x
Reference in New Issue
Block a user