mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-24 07:48:04 +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 $@
|