Search:
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
a06aa8b
in buchla-emu for
Makefile
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
07/20/2017 02:34:09 PM (
7 years
ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
b909777
Parents:
f996387
Message:
Added skeleton device files.
File:
1 edited
Makefile
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
Makefile
rf996387
ra06aa8b
69
69
gcc $(FLAGS_CPU) -c -o $@ $<
70
70
71
EMU_C := main.c cpu.c sdl.c
71
EMU_C := main.c cpu.c vid.c fpu.c tim.c lcd.c ser.c mid.c fdd.c snd.c \
72
led.c kbd.c sdl.c
72
73
EMU_O := $(EMU_C:.c=.o)
73
74
EMU_OP := $(EMU_O:%=build/%)
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive