summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2020-10-14Makefile: add instructions for linkingAnders Damsgaard
otherwise objects are not linked into gramscii binary
2019-09-29add manpage to distKatolaZ
2019-08-13Arrange makefile debug targetQuentin Rameau
Do not try defining macros in the prerequisite section Make the DEBUG macro a config macro
2019-08-09Use target-specific vars for debug targetKatolaZ
2019-08-09add debug target in MakefileKatolaZ
2019-08-05Makefile: take advantage of having separate build unitsQuentin Rameau
2019-08-05Improve MakefileQuentin Rameau
Actually use LDFLAGS in the build receipe Don't force cc on users Remove unnecessary pattern in clean target Use ${} consistently
2019-07-31add target dist to MakefileKatolaZ
2019-07-30yank buffer and initial copy/cut/paste supportKatolaZ
2019-07-27reorganise codeKatolaZ
2019-07-26towards dynamic screen managementKatolaZ
2019-07-24Rework the Makefile a littleQuentin Rameau
Ensure it's portable Get rid of NAME macro Replace build target with a simple dependency target Add clean target
2019-07-24Add install target to Makefile. Fix manpath.Christoph Lohmann
2019-07-24add config.hKatolaZ
2019-07-23add makefileKatolaZ