diff options
author | David Thompson <dthompson@vistahigherlearning.com> | 2022-08-10 21:45:14 -0400 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2022-08-10 21:45:14 -0400 |
commit | 091169d9291b9232c9fcb2c7d0cbc8e53375fda2 (patch) | |
tree | 02051e7a1968e61622b8d2662ed67cbfba64fccd /Makefile | |
parent | 9f65c417b7575eab5ebd2733a817a0f0e954c4d9 (diff) |
Step 3: Unary Primitives
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Makefile b/Makefile deleted file mode 100644 index 513a132..0000000 --- a/Makefile +++ /dev/null @@ -1,7 +0,0 @@ -test: - gcc -c scheme_entry.S - gcc -c test.c - gcc -o test scheme_entry.o test.o - ./test - -.PHONY: test |