From d60ccd25924f6ef95eb29504ca610395fe989083 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Wed, 6 Sep 2017 14:19:10 -0400 Subject: Fix bin/Makefile FreeBSD compatibility Have to use the same generic rule as sys.mk so it replaces it. Otherwise it only uses the one in sys.mk. --- bin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/Makefile b/bin/Makefile index 62a50309..9212d70e 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -3,7 +3,7 @@ CWARNS = -Wall -Wextra -Wpedantic all: $(BINS) -%: %.c +.c: $(CC) $(CWARNS) $(CFLAGS) -o $@ $< atch: dtch -- cgit 1.4.1 his.form.submit();'> dontfiles
summary refs log tree commit diff
path: root/www/text.causal.agency/006-some-libs.7 (unfollow)
Commit message (Expand)Author
2020-12-30Print octal for 8 bits in bitJune McEnroe
2020-12-30Add unary & to bitJune McEnroe
2020-12-30Support unary + in orderJune McEnroe
2020-12-30Add postfix $ operator to bitJune McEnroe
2020-12-29Add make lexerJune McEnroe
2020-12-29Clean up C lexerJune McEnroe
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
2020-12-29Add hilex HTML outputJune McEnroe