Skip to content

Commit

Permalink
Expand indent directive
Browse files Browse the repository at this point in the history
  • Loading branch information
justinethier committed Jan 12, 2024
1 parent fc5a737 commit af12489
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 : 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) $(HEADER_DIR)/*.h
$(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
Expand Down

0 comments on commit af12489

Please sign in to comment.