Skip to content

Commit

Permalink
Fix rebuilding
Browse files Browse the repository at this point in the history
  • Loading branch information
nvll committed Mar 24, 2012
1 parent 05b74b0 commit 20c3ccc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Expand Up @@ -18,7 +18,6 @@ SRC += $(wildcard tests/*.c)
OBJS := $(addprefix $(OBJDIR)/, $(SRC:.c=.o))

DEPS := $(OBJS:.o=.d)
-include $(DEPS)

.PHONY: all

Expand All @@ -35,3 +34,5 @@ $(OBJDIR)/%.o: %.c

clean:
rm -rf $(OBJDIR) $(OUTPUT)

-include $(DEPS)

0 comments on commit 20c3ccc

Please sign in to comment.