diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-12-21 23:40:55 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-12-21 23:40:55 +0900 |
| commit | 34dd5114aa6f76ca8cfa940539f065428de23807 (patch) | |
| tree | 7125d8dbb3493e3cd86fa64a2d58786a0dc5c805 /Makefile | |
| parent | 2b514b49aec049c33cd8050d28d4bf694080f463 (diff) | |
| download | phperbiglt-2025-34dd5114aa6f76ca8cfa940539f065428de23807.tar.gz phperbiglt-2025-34dd5114aa6f76ca8cfa940539f065428de23807.tar.zst phperbiglt-2025-34dd5114aa6f76ca8cfa940539f065428de23807.zip | |
add gen.py and makefile
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..ae9fa6e --- /dev/null +++ b/Makefile @@ -0,0 +1,5 @@ +q0.py: + python gen.py > .107.unformatted.py + python .107.unformatted.py > .108.php + php .108.php > 0.py + rm .107.unformatted.py .108.php |
