From 09acc8940bfad4e49cf1f09aa2c44ef07f20254b Mon Sep 17 00:00:00 2001 From: Christopher Mosher Date: Fri, 13 Dec 2013 09:56:08 -0500 Subject: [PATCH] Revert "remove default cmds from makefile" This reverts commit 306a9465adccccdf760104b92fa26faea882f48f. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index ef07f19..05dd785 100644 --- a/Makefile +++ b/Makefile @@ -14,6 +14,7 @@ DEPS = $(SRCS:.cpp=.d) all: v6502 v6502: $(OBJS) + $(CXX) $(CXXFLAGS) $(LDFLAGS) $(OBJS) -o $(TARGET) -include $(DEPS)