forked from brmlab/brmbar-github
init
This commit is contained in:
commit
f5fe42ab86
4 changed files with 31 additions and 0 deletions
11
Makefile
Normal file
11
Makefile
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue