make headers

This commit is contained in:
Kamil Trzcinski 2022-04-12 14:27:39 +02:00
parent 6d0492e35a
commit 14126985f3

View File

@ -45,6 +45,7 @@ clean:
headers:
find -name '*.h' | xargs -n1 $(CCACHE) $(CC) $(CFLAGS) -Wno-error -c -o /dev/null
find -name '*.hh' | xargs -n1 $(CCACHE) $(CXX) $(CFLAGS) -std=c++17 -Wno-error -c -o /dev/null
-include $(OBJS:.o=.d)