diff options
| author | 2023-02-07 04:38:39 +0000 | |
|---|---|---|
| committer | 2023-02-07 04:38:39 +0000 | |
| commit | b053379db2cc84a25852126a2b06e9abbe184937 (patch) | |
| tree | ce315fe5b17a2c5d2c9f31800278d402c6398b2d /Makefile | |
| parent | prototype bytecode interpreter (diff) | |
encode
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,2 +1,2 @@ test_creole: test_creole.c creole.c creole.h greatest.h - $(CC) test_creole.c -Wall -pedantic -std=c89 -o test_creole + $(CC) -g test_creole.c -Wall -pedantic -std=c89 -o test_creole |
