mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 05:39:17 +02:00
Try different approach
This commit is contained in:
parent
7d6d7b9bc3
commit
158e0f737f
1 changed files with 10 additions and 0 deletions
10
Makefile
10
Makefile
|
@ -144,7 +144,17 @@ format : gc.c runtime.c ffi.c hashset.c mstreams.c ck-polyfill.c ck-polyfill.h $
|
||||||
$(FORMAT_CMD) runtime.c
|
$(FORMAT_CMD) runtime.c
|
||||||
|
|
||||||
test-format :
|
test-format :
|
||||||
|
./scripts/check-c-formatting.sh $(HEADER_DIR)/hashset.h
|
||||||
|
./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 hashset.c
|
||||||
|
./scripts/check-c-formatting.sh mstreams.c
|
||||||
|
./scripts/check-c-formatting.sh runtime.c
|
||||||
|
|
||||||
# This is a test directive used to test changes to a SLD file
|
# This is a test directive used to test changes to a SLD file
|
||||||
# EG: make sld SLDPATH=scheme/cyclone SLD=macros
|
# EG: make sld SLDPATH=scheme/cyclone SLD=macros
|
||||||
|
|
Loading…
Add table
Reference in a new issue