rename mksplash to mkgfx because it's really more general than just for

splash screen graphics
This commit is contained in:
Amy Bowersox
2019-12-11 13:04:00 -07:00
parent 8c82022168
commit 2526184dfe
3 changed files with 6 additions and 6 deletions

View File

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