diff options
| author | Charlie Stanton <charlie@shtanton.xyz> | 2021-10-03 18:57:27 +0100 | 
|---|---|---|
| committer | Charlie Stanton <charlie@shtanton.xyz> | 2021-10-03 18:57:27 +0100 | 
| commit | 69852d9ae210080e999eb5bbb81481f527580a97 (patch) | |
| tree | e1ecb61cfa9b81846d15a11dcaf95fef5e64f465 /Makefile | |
| parent | cc219d714960ed68d2a822cd98bb428c32b71e1f (diff) | |
| download | cudl-69852d9ae210080e999eb5bbb81481f527580a97.tar | |
Complete parser with arrays, bools and nulls. Create empty testing file
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..ebfaa61 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +CC=tcc +BIN=test + +test: test.o | 
