basic functions to make
This commit is contained in:
parent
1a34e2f64b
commit
a0ad80a375
52 changed files with 2964 additions and 3 deletions
7
Makefile
7
Makefile
|
|
@ -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 #####
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue