Add dependency for cmaybe.h
This commit is contained in:
parent
15eda1ea7b
commit
08688c657c
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -1,5 +1,8 @@
|
|||
all: average
|
||||
|
||||
average: average.c cmaybe.h
|
||||
$(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -o $@ $<
|
||||
|
||||
clean:
|
||||
rm -f average
|
||||
|
||||
|
|
Loading…
Reference in a new issue