rename mksplash to mkgfx because it's really more general than just for
splash screen graphics
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user