Fixed Makefile

This commit is contained in:
Mike Dvorkin
2010-07-19 18:59:40 -07:00
parent cafced4b36
commit 7d0d3b7d54
3 changed files with 2 additions and 2 deletions

View File

@@ -23,13 +23,13 @@ SRC = \
$(SRCDIR)/user.c $(SRCDIR)/user.c
OBJ = \ OBJ = \
$(SRCDIR)/activity.o \ $(OBJDIR)/activity.o \
$(OBJDIR)/db.o \ $(OBJDIR)/db.o \
$(OBJDIR)/pit.o \ $(OBJDIR)/pit.o \
$(OBJDIR)/project.o \ $(OBJDIR)/project.o \
$(OBJDIR)/table.o \ $(OBJDIR)/table.o \
$(OBJDIR)/task.o \ $(OBJDIR)/task.o \
$(SRCDIR)/user.o $(OBJDIR)/user.o
APP = pit APP = pit

Binary file not shown.

Binary file not shown.