Added simple pixel graphics

Signed-off-by: Cestmir Houska <czestmyr@gmail.com>
This commit is contained in:
Cestmir Houska 2011-04-23 01:40:32 +02:00
parent a251f6682c
commit 4d23ff7e7a
3 changed files with 51 additions and 2 deletions

View file

@ -1,9 +1,9 @@
CC=bcc
CFLAGS=-Md -W
CFLAGS=-Md -W -O
all: brmbar.c
# gcc -Wall brmbar.c dataio.c -o brmbar
bcc -Md -W brmbar.c dataio.c -o brmbar.com
bcc $(CFLAGS) brmbar.c dataio.c gfx.c -o brmbar.com
clean:
rm -f brmbar.com brmbar barcodes.svg