mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2026-01-23 04:16:02 +00:00
10 lines
179 B
Makefile
10 lines
179 B
Makefile
EXE = test_z80
|
|
|
|
CXXFLAGS = -I ../inc -I ../../inc
|
|
|
|
CXXFILES = Board.cpp Configuration.cpp test.cpp
|
|
|
|
LDFLAGS = -L ../src -L ../../src -lz80 -leightbit
|
|
|
|
include ../../exe_build.mk
|