mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-16 01:07:34 +02:00
Expand indent directive
This commit is contained in:
parent
fc5a737476
commit
af12489ec6
1 changed files with 8 additions and 5 deletions
13
Makefile
13
Makefile
|
@ -130,12 +130,15 @@ uninstall :
|
|||
tags :
|
||||
ctags -R *
|
||||
|
||||
indent : gc.c runtime.c ffi.c mstreams.c $(HEADER_DIR)/*.h
|
||||
$(INDENT_CMD) gc.c
|
||||
$(INDENT_CMD) runtime.c
|
||||
$(INDENT_CMD) ffi.c
|
||||
$(INDENT_CMD) mstreams.c
|
||||
indent : gc.c runtime.c ffi.c hashset.c mstreams.c ck-polyfill.c ck-polyfill.h $(HEADER_DIR)/*.h
|
||||
$(INDENT_CMD) $(HEADER_DIR)/*.h
|
||||
$(INDENT_CMD) ck-polyfill.c
|
||||
$(INDENT_CMD) ck-polyfill.h
|
||||
$(INDENT_CMD) ffi.c
|
||||
$(INDENT_CMD) gc.c
|
||||
$(INDENT_CMD) hashset.c
|
||||
$(INDENT_CMD) mstreams.c
|
||||
$(INDENT_CMD) runtime.c
|
||||
|
||||
# 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