summaryrefslogtreecommitdiffstats
path: root/draw/drawtext.c
diff options
context:
space:
mode:
authorGravatar Hiltjo Posthuma 2023-09-22 15:16:44 +0200
committerGravatar Hiltjo Posthuma 2023-09-22 15:16:44 +0200
commit8df553e0048733bab4bc85a6b76bcfd44c046e71 (patch)
tree296408251172a21c9ccd1f709ab7befd4c49cfa1 /draw/drawtext.c
parentdrw: minor improvement to the nomatches cache (diff)
Makefile: remove the options target
The Makefile used to suppress output (by using @), so this target made sense at the time. But the Makefile should be simple and make debugging with less abstractions or fancy printing. The Makefile was made verbose and doesn't hide the build output, so remove this target. Prompted by a question on the mailing list about the options target.
Diffstat (limited to 'draw/drawtext.c')
0 files changed, 0 insertions, 0 deletions
Gravatar BanceDev 2-5/+8 2024-09-12Update build.yml checkout v4Gravatar Lance Borden 1-1/+1 2024-09-12Update build.yml to artifact v4Gravatar Lance Borden 1-1/+1 2024-09-12fixed exit status issue with non interative modeGravatar BanceDev 1-1/+1 2024-09-12added non interative mode for running lua scriptsGravatar BanceDev 2-4/+28 2024-09-12temporary github action fix until non-interactive mode is implementedGravatar BanceDev 1-2/+2 2024-09-12attempt to update build script to accept input into lush shellGravatar BanceDev 2-4/+6 2024-09-12prevent lush workflow from getting stuck in testsGravatar Lance Borden 1-1/+4 2024-09-12removed chsh in workflowGravatar Lance Borden 1-4/+1