mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-18 21:29:18 +02:00
WIP
This commit is contained in:
parent
bf3702898c
commit
d262334297
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -148,13 +148,13 @@ 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 ck-polyfill.c
|
||||
./scripts/check-c-formatting.sh ck-polyfill.h
|
||||
./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 ck-polyfill.c
|
||||
# ./scripts/check-c-formatting.sh ck-polyfill.h
|
||||
|
||||
# This is a test directive used to test changes to a SLD file
|
||||
# EG: make sld SLDPATH=scheme/cyclone SLD=macros
|
||||
|
|
Loading…
Add table
Reference in a new issue