mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 05:39:17 +02:00
Only format internal headers
This commit is contained in:
parent
d42eb974ef
commit
7d6d7b9bc3
1 changed files with 4 additions and 1 deletions
5
Makefile
5
Makefile
|
@ -131,7 +131,10 @@ tags :
|
|||
ctags -R *
|
||||
|
||||
format : gc.c runtime.c ffi.c hashset.c mstreams.c ck-polyfill.c ck-polyfill.h $(HEADER_DIR)/*.h
|
||||
$(FORMAT_CMD) $(HEADER_DIR)/*.h
|
||||
$(FORMAT_CMD) $(HEADER_DIR)/hashset.h
|
||||
$(FORMAT_CMD) $(HEADER_DIR)/runtime.h
|
||||
$(FORMAT_CMD) $(HEADER_DIR)/runtime-main.h
|
||||
$(FORMAT_CMD) $(HEADER_DIR)/types.h
|
||||
$(FORMAT_CMD) ck-polyfill.c
|
||||
$(FORMAT_CMD) ck-polyfill.h
|
||||
$(FORMAT_CMD) ffi.c
|
||||
|
|
Loading…
Add table
Reference in a new issue