remove default cmds from makefile

This commit is contained in:
Christopher Mosher 2013-12-13 00:02:48 -05:00
parent af2fe80221
commit 306a9465ad
1 changed files with 0 additions and 1 deletions

View File

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