This commit is contained in:
Pavol Rusnak 2011-04-22 01:58:29 +02:00
commit f5fe42ab86
4 changed files with 31 additions and 0 deletions

11
Makefile Normal file
View file

@ -0,0 +1,11 @@
CC=bcc
CFLAGS=-Md
brmbar.com: brmbar.c
$(CC) $(CFLAGS) brmbar.c -o brmbar.com
clean:
rm -f brmbar.com
run:
dosbox brmbar.com