mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-09 14:07:34 +02:00
Added indent
This commit is contained in:
parent
ef4ad29969
commit
80edfa4f8a
1 changed files with 6 additions and 0 deletions
6
Makefile
6
Makefile
|
@ -122,6 +122,12 @@ test: $(TESTFILES) $(CYCLONE)
|
|||
tags:
|
||||
ctags -R *
|
||||
|
||||
.PHONY: indent
|
||||
indent:
|
||||
indent -linux -l80 -i2 -nut gc.c
|
||||
indent -linux -l80 -i2 -nut runtime.c
|
||||
indent -linux -l80 -i2 -nut include/cyclone/*.h
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
rm -rf a.out *.o *.so *.a *.out tags cyclone icyc scheme/*.o scheme/*.c scheme/*.meta srfi/*.c srfi/*.meta srfi/*.o scheme/cyclone/*.o scheme/cyclone/*.c scheme/cyclone/*.meta cyclone.c dispatch.c icyc.c generate-c.c generate-c
|
||||
|
|
Loading…
Add table
Reference in a new issue