Revert "remove default cmds from makefile"

This reverts commit 306a9465ad.
This commit is contained in:
Christopher Mosher 2013-12-13 09:56:08 -05:00
parent 7000622746
commit 09acc8940b
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ DEPS = $(SRCS:.cpp=.d)
all: v6502
v6502: $(OBJS)
$(CXX) $(CXXFLAGS) $(LDFLAGS) $(OBJS) -o $(TARGET)
-include $(DEPS)