Add dependency for cmaybe.h

This commit is contained in:
Juhani Krekelä 2018-08-11 11:19:40 +03:00
parent 15eda1ea7b
commit 08688c657c
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
all: average
average: average.c cmaybe.h
$(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -o $@ $<
clean:
rm -f average