add splash screen graphic as PNG and conversion program
This commit is contained in:
7
buildutils/Makefile
Normal file
7
buildutils/Makefile
Normal 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
|
||||
Reference in New Issue
Block a user