diff options
author | Raghuram Subramani <raghus2247@gmail.com> | 2023-12-29 21:56:19 +0530 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2023-12-29 21:56:19 +0530 |
commit | 44abd4342064ce88e376328c8bbf58c89cc0cbe2 (patch) | |
tree | a5d7892310f0a8fb04d162e4e965a8762dea2504 | |
parent | b7048013fb2a853c5cfc0ca8de31e313a86b216d (diff) |
remove temp
-rw-r--r-- | .compile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.compile b/.compile deleted file mode 100644 index 5889e31..0000000 --- a/.compile +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -set -xe - -cd build -make -j4 -./chip8emu 10 2 ../roms/test_opcode.ch8 |