diff options
author | alekseiplusplus <alekseijeaves@protonmail.com> | 2023-05-09 15:04:25 +1000 |
---|---|---|
committer | alekseiplusplus <alekseijeaves@protonmail.com> | 2023-05-09 15:04:25 +1000 |
commit | 881a1cb05e80ab465c5372be42f554867f19916b (patch) | |
tree | fb3a3c98cfa36cd3d4abffbcc2db4292e3a7b9fb /makefile | |
parent | f844536c0a3a4ba397f586897482dcb0f7550f5b (diff) |
fixed makefile
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ SDL = -L/usr/lib -lSDL2 default: - gcc src/main.c $(SDL) -o main + gcc src/main.c $(SDL) -DGRAPHICAL -o main interpreter: rm interpreter |