brmbar/Makefile
Cestmir Houska 842a6eb13f Makefile: Added defines.h to dependencies for brmbar.c
Signed-off-by: Cestmir Houska <czestmyr@gmail.com>
2011-04-22 02:25:29 +02:00

11 lines
144 B
Makefile

CC=bcc
CFLAGS=-Md -W
brmbar.com: brmbar.c defines.h
$(CC) $(CFLAGS) brmbar.c -o brmbar.com
clean:
rm -f brmbar.com
run:
dosbox brmbar.com