bradgrantham-apple2e/Makefile
2016-11-06 13:57:48 -08:00

7 lines
110 B
Makefile

CXXFLAGS=-Wall --std=c++11
all: apple2e
apple2e: apple2e.o keyboard.o
$(CXX) $(LDFLAGS) $^ -o $@ $(LDLIBS)