Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Commit

Permalink
Make *.o depend on *.h
Browse files Browse the repository at this point in the history
  • Loading branch information
mutability committed Feb 17, 2015
1 parent 8c69d4b commit bf8a791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ CC=gcc

all: dump978 uat2json uat2text uat2esnt

%.o: %.c
%.o: %.c *.h
$(CC) $(CPPFLAGS) $(CFLAGS) -c $< -o $@

dump978: dump978.o fec.o fec/decode_rs_char.o fec/init_rs_char.o
Expand Down

0 comments on commit bf8a791

Please sign in to comment.