Makefile: make changing libdeflate.h trigger a rebuild

This commit is contained in:
Eric Biggers 2018-12-08 10:11:11 -08:00
parent 65fd37d987
commit 906c54c16f

View File

@ -79,7 +79,7 @@ endif
############################################################################## ##############################################################################
COMMON_HEADERS := $(wildcard common/*.h) COMMON_HEADERS := $(wildcard common/*.h) libdeflate.h
DEFAULT_TARGETS := DEFAULT_TARGETS :=
#### Library #### Library