aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fsm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fsm/Makefile b/src/fsm/Makefile
index cacb33b..b939934 100644
--- a/src/fsm/Makefile
+++ b/src/fsm/Makefile
@@ -100,7 +100,7 @@ $(BINDIR)/$(BINELF): $(OBJECTS) vc.h
$(CC) $(LDFLAGS) $(OBJECTS) -o $@
$(SIZE) $(BINDIR)/$(BINELF)
-%.o: %.c vc.h
+%.o: %.c $(INC)
$(CC) $(CFLAGS) $< -o $@
%.o: %.s