diff options
| author | 2023-02-05 11:44:37 +0000 | |
|---|---|---|
| committer | 2023-02-05 11:44:37 +0000 | |
| commit | f63d6cdd3df24d869437f9f689cbfff5d4bfb435 (patch) | |
| tree | ee6c907242abe6d27edd87cf87979db6c928693a /Makefile | |
prototype bytecode interpreter
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..aaa56f5 --- /dev/null +++ b/Makefile @@ -0,0 +1,2 @@ +test_creole: test_creole.c creole.c creole.h greatest.h + $(CC) test_creole.c -Wall -pedantic -std=c89 -o test_creole |
