about summary refs log tree commit diff homepage
path: root/kcgi.mk
blob: 1b61091ac2657c981541c0a008f2cddeac3cb9e6 (plain) (blame)
1
2
3
CFLAGS += -DHAVE_KCGI -I/usr/local/include
LDFLAGS += -L/usr/local/lib
LDLIBS := -lkcgi ${LDLIBS}
x/mdoc.l?id=9e72c0acce13944e568b1a164058b779a4d537f6&follow=1'>Clean 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