diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-04-17 15:39:48 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-04-17 15:39:48 +0200 |
commit | a56344c68f3b09a4c9b3a241da553da77e861b37 (patch) | |
tree | 2a3917b55f000636bf7feb450b5465a63d72e2c5 /src | |
parent | 387f469c84f40cfe7a362de75626274b9eb809fb (diff) | |
download | glutte-o-matic-a56344c68f3b09a4c9b3a241da553da77e861b37.tar.gz glutte-o-matic-a56344c68f3b09a4c9b3a241da553da77e861b37.tar.bz2 glutte-o-matic-a56344c68f3b09a4c9b3a241da553da77e861b37.zip |
fsm: Modify Makefile build dependencies
Diffstat (limited to 'src')
-rw-r--r-- | src/fsm/Makefile | 2 |
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 |