diff options
| author | kkard2 <[email protected]> | 2026-06-10 14:06:55 +0200 |
|---|---|---|
| committer | kkard2 <[email protected]> | 2026-06-10 14:06:55 +0200 |
| commit | f961306d40654ac6a1ab7c262af7af74401dc693 (patch) | |
| tree | 6e2b0366f0ec077eadb815b35718312d1c79ea33 /src/run_emulator.sh | |
init
Diffstat (limited to 'src/run_emulator.sh')
| -rwxr-xr-x | src/run_emulator.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/run_emulator.sh b/src/run_emulator.sh new file mode 100755 index 0000000..578a7a4 --- /dev/null +++ b/src/run_emulator.sh @@ -0,0 +1 @@ +g++ -o emulator -Wall -Wextra -lraylib emulator.cpp && ./emulator |
