diff options
| author | Loic Guegan <loic.guegan@mailbox.org> | 2023-12-24 18:46:21 +0100 |
|---|---|---|
| committer | Loic Guegan <loic.guegan@mailbox.org> | 2023-12-24 18:46:21 +0100 |
| commit | b7851385fa90a8a104defad69dbed865992ef71e (patch) | |
| tree | d4b4dc968a3956212ac8050548e993f0cf8fa145 /src/Makefile | |
| parent | 19aa9ea7e906673d4da971220b982f144a284591 (diff) | |
Minor changes
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index d9aec8c..3263c46 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,7 +1,7 @@ EXEC=chip-8 -$(EXEC): main.c +$(EXEC): main.c screen.c gcc -lraylib $^ -o $@ clean: |
