mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-18 21:29:18 +02:00
WIP
This commit is contained in:
parent
d262334297
commit
98ed54d72d
1 changed files with 4 additions and 4 deletions
8
Makefile
8
Makefile
|
@ -148,11 +148,11 @@ test-format :
|
|||
./scripts/check-c-formatting.sh $(HEADER_DIR)/runtime.h
|
||||
./scripts/check-c-formatting.sh $(HEADER_DIR)/runtime-main.h
|
||||
./scripts/check-c-formatting.sh $(HEADER_DIR)/types.h
|
||||
./scripts/check-c-formatting.sh ffi.c
|
||||
./scripts/check-c-formatting.sh gc.c
|
||||
# ./scripts/check-c-formatting.sh ffi.c
|
||||
# ./scripts/check-c-formatting.sh gc.c
|
||||
./scripts/check-c-formatting.sh hashset.c
|
||||
./scripts/check-c-formatting.sh mstreams.c
|
||||
./scripts/check-c-formatting.sh runtime.c
|
||||
# ./scripts/check-c-formatting.sh mstreams.c
|
||||
# ./scripts/check-c-formatting.sh runtime.c
|
||||
# ./scripts/check-c-formatting.sh ck-polyfill.c
|
||||
# ./scripts/check-c-formatting.sh ck-polyfill.h
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue