1
1
mirror of https://github.com/theoludwig/libcproject.git synced 2025-05-21 23:21:15 +02:00

refactor: include only in header files

This commit is contained in:
Divlo
2023-01-07 19:38:01 +01:00
parent 886038a0ac
commit bd85171e2d
41 changed files with 101 additions and 131 deletions

View File

@@ -43,7 +43,7 @@ set_version: ${LIB} ./set_version.c
test: ${LIB} $(addprefix build/, ${TEST_OBJECTS})
mkdir --parents ./bin
${CC} ${CC_FLAGS} -o ${TEST_EXECUTABLE} $(addprefix build/, ${TEST_OBJECTS}) ${LIB_CC_FLAGS}
./${TEST_EXECUTABLE}
./${TEST_EXECUTABLE} ${ARGS}
.PHONY: lint
lint: