mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2025-01-11 02:29:50 +00:00
Correct a couple of Makefile issues.
Signed-off-by: Adrian.Conlon <adrian.conlon@gmail.com>
This commit is contained in:
parent
6f8cf74c36
commit
c55bba5d2b
@ -1,8 +1,8 @@
|
||||
LIB = libEightBit.a
|
||||
LIB = libintel8080.a
|
||||
|
||||
CXXFLAGS = -Wall -std=c++11 -pipe -I ../inc
|
||||
CXXFLAGS = -Wall -std=c++11 -pipe -I ../inc -I ../../inc
|
||||
|
||||
CXXFILES = EventArgs.cpp InputOutput.cpp IntelProcessor.cpp Memory.cpp Processor.cpp
|
||||
CXXFILES = Disassembler.cpp Intel8080.cpp Profiler.cpp
|
||||
|
||||
CXXOBJECTS = $(CXXFILES:.cpp=.o)
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
LIB = libeightbit.a
|
||||
|
||||
CXXFLAGS = -Wall -std=c++11 -pipe -I ../inc
|
||||
|
||||
CXXFILES = EventArgs.cpp InputOutput.cpp IntelProcessor.cpp Memory.cpp Processor.cpp
|
||||
|
Loading…
x
Reference in New Issue
Block a user