mirror of
https://github.com/hsoft/collapseos.git
synced 2024-12-25 18:08:05 +11:00
5 lines
98 B
Makefile
5 lines
98 B
Makefile
|
OBJS = acia.o classic.o ../../emul.o ../../libz80/libz80.o
|
||
|
|
||
|
classic: $(OBJS)
|
||
|
$(CC) $(OBJS) -o $@
|