diff options
author | Martin Fischer <martin@push-f.com> | 2022-07-12 09:42:00 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2022-07-12 12:48:11 +0200 |
commit | 850ec09bdcf55b5cbbf9539fcb7355ed7161935a (patch) | |
tree | 52cdf9d3ea1b7a896111e6c321dab5accb076828 /Makefile |
initial commit
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..31de770 --- /dev/null +++ b/Makefile @@ -0,0 +1,2 @@ +all: + ./proposals.py > proposals.json |