diff options
author | pommicket <pommicket@gmail.com> | 2021-09-02 12:12:55 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2021-09-02 12:12:55 -0400 |
commit | 447e8e2796d0361aed780ec9a391fde37f4e8422 (patch) | |
tree | 5b480760125f94982a576cca16137885e7a7e44e /02/Makefile | |
parent | 336a7931494b149298ec0d215bf643c4ca07a712 (diff) |
in theory all that's left for program 02 is filling in jumps
Diffstat (limited to '02/Makefile')
-rw-r--r-- | 02/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/02/Makefile b/02/Makefile new file mode 100644 index 0000000..90df482 --- /dev/null +++ b/02/Makefile @@ -0,0 +1,2 @@ +out01: in01 + ../01/out00 |