summary refs log tree commit diff
path: root/bin/Makefile (follow)
Commit message (Collapse)AuthorAge
* Remove leftover scheme.h targetJune McEnroe2021-10-18
|
* Add quickJune McEnroe2021-09-23
|
* Remove Linux-specific utilitiesJune McEnroe2021-09-22
| | | | I haven't used these in ages.
* Remove typer, add downgrade to READMEJune McEnroe2021-09-15
|
* Add downgrade IRC botJune McEnroe2021-09-14
|
* Document and install git-commentJune McEnroe2021-09-08
|
* Add dehtmlJune McEnroe2021-09-07
|
* Remove hnelJune McEnroe2021-04-26
| | | | I haven't had a use for it in years.
* Rearrange Makefile once more once more once moreJune McEnroe2021-04-18
| | | | Well now I can add targets to ALL in config.mk so that's simpler.
* Add freecellJune McEnroe2021-04-17
|
* Add typer botJune McEnroe2021-03-23
| | | | Ok maybe I'm an asshole.
* Add sup for setting single-use passwordsJune McEnroe2021-02-16
|
* Add install targets to binJune McEnroe2021-02-10
| | | | | Motivated by OpenBSD's default rules not setting copied shell scripts executable. install(1) does.
* Use flags for pbd client behaviourJune McEnroe2021-02-09
|
* Generate tags for sh files in mtagsJune McEnroe2021-01-20
| | | | | Only matches functions declared at the beginnings of lines, but I'm fine with that.
* Add messy sh lexerJune McEnroe2021-01-20
| | | | Surprisingly seems to work for everything I looked at in my repos.
* Add mtags to generate tags for make and mdocJune McEnroe2021-01-19
|
* Remove ttpreJune McEnroe2021-01-13
| | | | I'm not using this for the bin HTML pages anymore.
* Remove hiJune McEnroe2021-01-13
| | | | | Replaced with hilex, which is far less of a hack. hilex still lacks a shell lexer, but hi's was never very good anyway.
* Remove -t flag from ctags commandsJune McEnroe2021-01-13
| | | | It's the default/only there for compatibility on the implementations I use.
* Move text "lexer" to hilex.cJune McEnroe2021-01-13
|
* Use hilex for bin HTMLJune McEnroe2021-01-12
|
* Move hilex out of hilex directoryJune McEnroe2021-01-12
|
* List both Makefile and html.sh under README.7June McEnroe2021-01-12
|
* Use mandoc and htagml for bin htmlJune McEnroe2021-01-12
|
* Add htagmlJune McEnroe2021-01-12
|
* Add bibsortJune McEnroe2020-12-15
| | | | | My first perl script! hi doesn't have syntax highlighting for perl, and I don't think I could sanely implement it, but oh well.
* Remove editJune McEnroe2020-10-29
|
* Add nudgeJune McEnroe2020-09-04
|
* Build fbclock with -lzJune McEnroe2020-09-03
| | | | I guess this got lost somewhere, long ago...
* Use scheme for bin htmlJune McEnroe2020-08-23
|
* Remove aesJune McEnroe2020-06-17
|
* Add c scriptJune McEnroe2020-05-31
|
* Use . as ${LDLIBS.$@} separatorJune McEnroe2020-04-20
|
* Remove setoptJune McEnroe2020-03-03
|
* Separate LINKS from BINS for html to workJune McEnroe2020-02-11
|
* Reorganize the Makefile for the umpteenth timeJune McEnroe2020-01-31
| | | | Broke out LDLIBS for each bin, and made everything more uniform.
* Revert "Add first working version of imbox"June McEnroe2019-12-21
| | | | | | Moved to <https://git.causal.agency/imbox>. This reverts commit 6aa7f2f6bf47fa9df9c749ce665171fa30800937.
* Add first working version of imboxJune McEnroe2019-12-21
|
* Rename bin.7 to README.7June McEnroe2019-11-27
| | | | GitHub be damned.
* Replace shotty with code from streamJune McEnroe2019-11-25
| | | | | | | A much more complete implementation of a terminal emulator which I also fuzzed. Code is still kind of a mess though. Also case range syntax is now allowed here I guess.
* Use CURL_PREFIX to set flagsJune McEnroe2019-09-05
|
* Add titleJune McEnroe2019-09-05
|
* Add editJune McEnroe2019-08-29
|
* Rename wat to everJune McEnroe2019-08-28
|
* Remove brot and gfxxJune McEnroe2019-08-28
|
* Use rand(3) in beefJune McEnroe2019-08-28
|
* Remove wakeJune McEnroe2019-08-28
| | | | RIP again, thursday. I don't think the RPi3 even knows how to suspend.
* Make dtch one command, add sinkingJune McEnroe2019-08-12
|
* Rewrite Makefile once more with more organizationJune McEnroe2019-07-27
|