mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2024-11-17 04:09:14 +00:00
679275e930
Signed-off-by: Adrian Conlon <adrian.conlon@gmail.com>
11 lines
186 B
Makefile
11 lines
186 B
Makefile
EXE = test_z80
|
|
|
|
CXXFLAGS = -I ../inc -I ../../inc
|
|
|
|
CXXFILES = Board.cpp test.cpp
|
|
|
|
LDFLAGS = -L ../src -L ../../src -lz80 -leightbit
|
|
|
|
include ../../compile.mk
|
|
include ../../exe_build.mk
|