commit fbca12ac2550a029e1119dde5d0a45fea9d1027b parent a03fb9010142b4bbbc6587f0496f0de2e1bda955 Author: Léo Villeveygoux <l@vgx.fr> Date: Wed, 8 Apr 2020 04:14:54 +0200 Remove build.*.sh files Their content is in README.md, and we build with GNU make. Diffstat:
D | build.raylib.sh | | | 1 | - |
D | build.sdl.sh | | | 1 | - |
2 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/build.raylib.sh b/build.raylib.sh @@ -1 +0,0 @@ -gcc chip8.c media-raylib.c -o chip8 $(pkg-config --libs raylib) diff --git a/build.sdl.sh b/build.sdl.sh @@ -1 +0,0 @@ -gcc chip8.c media-sdl.c -o chip8 $(sdl2-config --cflags --libs)