summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-02-05 22:09:29 -0500
committerJune McEnroe <june@causal.agency>2020-02-05 22:09:29 -0500
commitb2cf8733048029354aeb794b14dd71d1bbb0b72d (patch)
tree6f9c94de4233c7155e1001a155ea6a553de72217 /Makefile
parentAdd /quit (diff)
downloadcatgirl-b2cf8733048029354aeb794b14dd71d1bbb0b72d.tar.gz
catgirl-b2cf8733048029354aeb794b14dd71d1bbb0b72d.zip
Add /window
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
is ordering of rules feels much cleaner. 2020-12-29Clean up hilex code somewhatJune McEnroe 2020-12-29Match lex/yacc %% %{ %} lines as MacroJune McEnroe 2020-12-29Match top-level C definitions as IdentifierTagJune McEnroe 2020-12-29Match C type declarations as IdentifierTagJune McEnroe 2020-12-29Match function-like macro definitions as IdentifierTagJune McEnroe 2020-12-29Reconfigure C macro start conditionsJune McEnroe 2020-12-29Document HTML class namesJune McEnroe 2020-12-29Rename Tag class to IdentifierTagJune McEnroe 2020-12-29Change HTML class from hi to hilexJune McEnroe You can tell I was just copying the HTML code huh. 2020-12-29Add hilex HTML outputJune McEnroe