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