From 4e64c966ddee9675db42df9dad2c68e3db7e28f5 Mon Sep 17 00:00:00 2001 From: Maximilien Cuony Date: Sun, 24 Jan 2016 20:55:01 +0100 Subject: Fix vc.h order and ignore it --- src/fsm/.gitignore | 1 + src/fsm/Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 src/fsm/.gitignore (limited to 'src') diff --git a/src/fsm/.gitignore b/src/fsm/.gitignore new file mode 100644 index 0000000..6533942 --- /dev/null +++ b/src/fsm/.gitignore @@ -0,0 +1 @@ +vc.h diff --git a/src/fsm/Makefile b/src/fsm/Makefile index 988cdb7..cacb33b 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 +%.o: %.c vc.h $(CC) $(CFLAGS) $< -o $@ %.o: %.s -- cgit v1.2.3