diff options
author | alekseiplusplus <alekseijeaves@protonmail.com> | 2023-08-17 11:40:39 +1000 |
---|---|---|
committer | alekseiplusplus <alekseijeaves@protonmail.com> | 2023-08-17 11:40:39 +1000 |
commit | fbecaa6b0a998c870ae972b985cbdcfd0172b29c (patch) | |
tree | ed624f6134d8725cf6ab174d4e14f7daadeb9e3c /makefile | |
parent | dc2e476c52a24ca910d2c1e60347fd5bce889169 (diff) |
thanks Hugh for these fixes
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ SDL = -L/usr/lib -lSDL2 interpreter: + mkdir build gcc src/interpreter.c -o build/testing clean: |