aboutsummaryrefslogtreecommitdiff
path: root/src/makefile/functions.rs
AgeCommit message (Collapse)AuthorLines
2021-03-28fix the unbounded type recursion (thanks @Lucretiel!)Melody Horn-21/+19
2021-03-28almost finish implementing functionsMelody Horn-121/+191
2021-03-28almost implement all functionsMelody Horn-11/+274
2021-03-28lay down boilerplate for function callsMelody Horn-0/+31
of all the obnoxious GNUisms, this will probably wind up being the largest. especially if huge makefiles (e.g. Linux) use most of the functions that GNU offers, meaning we have to implement most of them to be Linuxable