mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2025-02-08 03:30:36 +00:00
11 lines
198 B
Makefile
11 lines
198 B
Makefile
EXE = test_intel8080
|
|
|
|
CXXFLAGS = -I ../inc -I ../../inc
|
|
|
|
CXXFILES = Board.cpp test.cpp
|
|
|
|
LDFLAGS = -L ../src -L ../../src -lintel8080 -leightbit
|
|
|
|
include ../../compile.mk
|
|
include ../../exe_build.mk
|