basic functions to make

This commit is contained in:
mcolonna 2024-04-23 14:52:17 +02:00
parent 1a34e2f64b
commit a0ad80a375
52 changed files with 2964 additions and 3 deletions

View file

@ -5,15 +5,16 @@ SRCS = src/
# include directory
INCLUDES = include/
# .c files in src/ without the extension
CODE =
CODE = main
# directories to 'make'
LIBRARIES =
LIBRARIES = libtf
# .a files to include
LIBRARIES_FILES =
LIBRARIES_FILES = libtf/libtf.a
# to use with the flags -L and -l
LIBRARIES_LINK =
# to use with the flag -l
LINK =
# flags to add to the compiler
MORE_FLAGS +=
##### END OF THE INTERESTING PART #####