Initial commit

This commit is contained in:
Michael Smith
2026-01-14 23:05:52 +01:00
commit c1deafb7dd
5 changed files with 95 additions and 0 deletions

5
build.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/sh
pushd build
gcc -o sdlamp2 -Wall -O0 -ggdb3 ../src/sdlamp2.c `sdl2-config --cflags --libs`
popd