Clean exec versions of tools
This commit is contained in:
parent
8b5cfdf4e2
commit
ce28992c83
2
Makefile
2
Makefile
@ -132,7 +132,7 @@ modules/math.so: src/module_math.c libkuroko.so
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
@rm -f ${OBJS} ${TARGET} ${MODULES} libkuroko.so src/*.o kuroko.exe ${TOOLS}
|
||||
@rm -f ${OBJS} ${TARGET} ${MODULES} libkuroko.so src/*.o kuroko.exe ${TOOLS} $(patsubst %,%.exe,${TOOLS})
|
||||
|
||||
tags: $(wildcard src/*.c) $(wildcard src/*.h)
|
||||
@ctags --c-kinds=+lx src/*.c src/*.h
|
||||
|
Loading…
Reference in New Issue
Block a user