lbm2bin

diff Makefile @ 4:0b96363742d3

added palette export, and fixed a planar pixel output bug
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 16 Jul 2017 21:30:23 +0300
parents c5e5bf1769d8
children 03b2aa7ed478
line diff
     1.1 --- a/Makefile	Sat Jul 15 13:32:49 2017 +0300
     1.2 +++ b/Makefile	Sun Jul 16 21:30:23 2017 +0300
     1.3 @@ -3,6 +3,7 @@
     1.4  
     1.5  bin = lbm2bin
     1.6  
     1.7 +CFLAGS = -pedantic -Wall -g
     1.8  LDFLAGS = -lm
     1.9  
    1.10  $(bin): $(obj)