mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2026-01-26 09:16:05 +00:00
9 lines
183 B
Makefile
9 lines
183 B
Makefile
LIB = libeightbit.a
|
|
|
|
CXXFLAGS = -I ../inc
|
|
|
|
CXXFILES = Bus.cpp EventArgs.cpp InputOutput.cpp IntelProcessor.cpp Memory.cpp Processor.cpp
|
|
|
|
include ../compile.mk
|
|
include ../lib_build.mk
|