published GB port source
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
CFILES = gbscoundrel.c
|
||||
OUTFILE = scoundrel.gb
|
||||
|
||||
$(OUTFILE): $(CFILES)
|
||||
zcc +gb -create-app -Os $(CFILES) -o $(OUTFILE)
|
||||
|
||||
clean:
|
||||
rm -f *.gb *.bin *.o
|
||||
Reference in New Issue
Block a user