1
0
mirror of https://github.com/MoleskiCoder/EightBit.git synced 2025-01-12 23:30:24 +00:00

11 lines
204 B
Makefile
Raw Normal View History

EXE = test_z80
CXXFLAGS = -I ../inc -I ../../inc
CXXFILES = Board.cpp Configuration.cpp test.cpp
LDFLAGS = -L ../src -L ../../src -lz80 -leightbit
include ../../compile.mk
include ../../exe_build.mk