mirror of
https://github.com/RyuKojiro/apple1.git
synced 2024-12-26 14:29:36 +00:00
Whitespace cleanup
This commit is contained in:
parent
2b4a248d4f
commit
7fb5d505b7
2
Makefile
2
Makefile
@ -1,5 +1,6 @@
|
||||
PROG= apple1
|
||||
SRCS= src/main.c src/pia.c v6502/v6502/log.c v6502/v6502/debugger.c v6502/v6502/breakpoint.c
|
||||
OBJS= $(SRCS:.c=.o)
|
||||
|
||||
include v6502/libvars.mk
|
||||
V6502_PREFIX= v6502
|
||||
@ -13,7 +14,6 @@ ROMSRC= src/wozmon.s
|
||||
|
||||
CFLAGS+= -I$(V6502_PREFIX) -std=c99 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE
|
||||
LDFLAGS= -ledit -lcurses -ldis6502 -las6502 -lv6502 -L$(LIBV6502_DIR) -L$(LIBAS6502_DIR) -L$(LIBDIS6502_DIR)
|
||||
OBJS= $(SRCS:.c=.o)
|
||||
|
||||
all: $(PROG) $(ROM)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user