fixed all the build errors

This commit is contained in:
2019-12-06 20:36:51 -07:00
parent 667ac01f92
commit 2768155f4e
3 changed files with 13 additions and 8 deletions

View File

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