about summary refs log tree commit diff stats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* 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>