aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-09-18remove `-o` from CC command lineHumm1-1/+1
With `-o` /and/ `-c`, the result is unspecified.
2020-09-18make Makefile compliantHumm1-6/+8
2020-09-12Don't link to XlibVäinö Mäkelä1-1/+1
Xlib isn't used and shouldn't be a dependency
2020-09-10Makefile: split compile and link stepsEthan Sommer1-2/+5