about summary refs log tree commit diff stats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Makefile: include header file in install-libDaniel Santos2022-03-191-0/+1
| | | | | | * install numericx.h with Makefile rule install-lib Signed-off-by: Daniel Santos <dacs.git@brilhante.top>
* add to MakefileDaniel Santos2022-03-191-3/+12
| | | | | | | | | * change make into $(MAKE) * in compiling libraries, echo message with path * create Makefile variables: INSTALL and prefix * add rule install-lib Signed-off-by: Daniel Santos <dacs.git@brilhante.top>
* add/update MAkefileDaniel Santos2022-03-181-8/+25
| | | | | | | | | | | * removed c99 as the c compiler variable * add doc rule * add build library rules for .a and .so * mem2 rule now tests for 000 arg instead of 0 * clean rule update for libraries * add numericx.h dependency to rules Signed-off-by: Daniel Santos <dacs.git@brilhante.top>
* add to Makefile libnumericx.aDaniel Santos2022-03-171-1/+7
| | | | | | * add libnumericx.a static library building and clearing Signed-off-by: Daniel Santos <dacs.git@brilhante.top>
* Makefile accomodate separation of concernsDaniel Santos2022-03-171-2/+5
| | | | | | | | * the source code was, in the last commit, separated, in order to create a library. Makes build the CLIs in the Makefile work. * make clean cleans the *.o Signed-off-by: Daniel Santos <dacs.git@brilhante.top>
* invalid argument list of main() return E2BIGDaniel Santos2022-03-171-2/+5
| | | | | | | | * If invalid number of arguments supplied to main(), return errno E2BIG * add Makefile rule to test memory leak of wrong number of arguments to main() Signed-off-by: Daniel Santos <dacs.git@brilhante.top>
* Makefile more memory rulesDaniel Santos2022-03-171-2/+11
| | | | | | * add to Makefile the rules: mem1, mem2 and mem3 Signed-off-by: Daniel Santos <dacs.git@brilhante.top>
* Makefile fixDaniel Santos2022-03-171-1/+1
| | | | | | * fix sun-to-earth rule, missing -o Signed-off-by: Daniel Santos <dacs.git@brilhante.top>
* test rule in MakefileDaniel Santos2022-03-151-0/+44
| | | | | | | * add tests/earth.sh * add to Makefile all the necessary rules for `make test` Signed-off-by: Daniel Santos <dacs.git@brilhante.top>
* rearrange MakefileDaniel Santos2022-03-141-29/+20
| | | | Signed-off-by: Daniel Santos <dacs.git@brilhante.top>
* add to Makefile sun<->earth ruleDaniel Santos2022-03-121-1/+7
| | | | | | | | * add sun to earth and vice-versa rule, without adding it to the all rule * also add earth<->sun to 'clean' Makefile rule Signed-off-by: Daniel Santos <dacs.git@brilhante.top>
* add decimal<->binary Makefile ruleDaniel Santos2022-03-121-1/+7
| | | | | | * add decimal to binary and vice-versa Makefile rule Signed-off-by: Daniel Santos <dacs.git@brilhante.top>
* add .PHONY to MakefileDaniel Santos2022-03-121-0/+4
| | | | | | * add .PHONY to some rules in Makefile Signed-off-by: Daniel Santos <dacs.git@brilhante.top>
* free memoryDaniel Santos2022-03-121-0/+3
| | | | | | | | * add mem rule to Makefile * add free_numeral() * free all memory allocations Signed-off-by: Daniel Santos <dacs.git@brilhante.top>
* Makefile updateDaniel Santos2022-03-121-4/+54
| | | | | | | * put all the rules to make programs to test my past numerical systems programs Signed-off-by: Daniel Santos <dacs.git@brilhante.top>
* workingDaniel Santos2022-03-081-0/+7
Signed-off-by: Daniel Santos <dacs.git@brilhante.top>