make headers
This commit is contained in:
parent
6d0492e35a
commit
14126985f3
1
Makefile
1
Makefile
@ -45,6 +45,7 @@ clean:
|
|||||||
|
|
||||||
headers:
|
headers:
|
||||||
find -name '*.h' | xargs -n1 $(CCACHE) $(CC) $(CFLAGS) -Wno-error -c -o /dev/null
|
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)
|
-include $(OBJS:.o=.d)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user