diff options
author | pommicket <pommicket@gmail.com> | 2021-08-31 17:16:30 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2021-08-31 17:18:43 -0400 |
commit | 1753e738d62cb2d7caf6803ef1f6c5aee22a049d (patch) | |
tree | dd489c01ae15eb1385a867475a5a7c860206fd85 /00/Makefile | |
parent | d05239127034da65ca0225f839f0ae3dd9e698bc (diff) |
cleaned up 00
Diffstat (limited to '00/Makefile')
-rw-r--r-- | 00/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/00/Makefile b/00/Makefile new file mode 100644 index 0000000..fa229a2 --- /dev/null +++ b/00/Makefile @@ -0,0 +1,5 @@ +all: README.html out00 +%.html: %.md + markdown $< > $@ +out00: in00 + ./hexcompile |