add splash screen graphic as PNG and conversion program

This commit is contained in:
2019-12-06 20:27:52 -07:00
parent 09f4b5ceb5
commit 4f879c4d6d
3 changed files with 311 additions and 0 deletions

7
buildutils/Makefile Normal file
View File

@@ -0,0 +1,7 @@
ALL: mksplash
mksplash: mksplash.c
gcc -o mksplash -O -Wall -I/usr/include/libpng mksplash.c -lpng12 -lz
clean:
rm -f *.o mksplash