This commit is contained in:
Pavol Rusnak 2011-04-22 03:12:50 +02:00
parent 521af62b24
commit d0dffee14d
5 changed files with 45 additions and 12 deletions

View file

@ -1,11 +1,12 @@
CC=bcc
CFLAGS=-Md -W
brmbar.com: brmbar.c defines.h
$(CC) $(CFLAGS) brmbar.c -o brmbar.com
all: brmbar.c defines.h
gcc -Wall brmbar.c -o brmbar
bcc -Md -W brmbar.c -o brmbar.com
clean:
rm -f brmbar.com
rm -f brmbar.com brmbar
run:
dos:
dosbox brmbar.com