mirror of
https://github.com/theoludwig/libcproject.git
synced 2025-05-21 23:21:15 +02:00
6
Makefile
6
Makefile
@ -39,6 +39,10 @@ test: all ${TEST_SOURCES}
|
||||
lint:
|
||||
clang-format --Werror --dry-run ${LIB_SOURCES} ${TEST_SOURCES} ${HEADER_FILES} ./main.c
|
||||
|
||||
.PHONY: documentation
|
||||
documentation:
|
||||
doxygen ./Doxyfile
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
rm --recursive --force ./build ./bin *.out *.o *.exe *.a
|
||||
rm --recursive --force ./build ./bin *.out *.o *.exe *.a documentation
|
||||
|
Reference in New Issue
Block a user