Added Makefile and cleaned-up indent

This commit is contained in:
Tennessee Carmel-Veilleux 2014-07-23 14:57:21 -04:00
parent 2955bbb7ef
commit 984edd2187
2 changed files with 579 additions and 535 deletions

10
Makefile Normal file
View File

@ -0,0 +1,10 @@
CC=gcc
CFLAGS=-O
dcc6502: dcc6502.c
$(CC) -o $@ $^ $(CFLAGS)
clean:
rm -f *.o dcc6502 dcc6502.exe
all: dcc6502

1104
dcc6502.c

File diff suppressed because it is too large Load Diff