From 23e84a99178ad6bd4b702aa9f78ebb4a92c9d549 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Mon, 18 Oct 2021 13:01:35 -0400 Subject: Remove leftover scheme.h target --- bin/.gitignore | 1 - bin/Makefile | 7 +------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/bin/.gitignore b/bin/.gitignore index a8d641b5..e695e844 100644 --- a/bin/.gitignore +++ b/bin/.gitignore @@ -26,7 +26,6 @@ ptee quick relay scheme -scheme.h shotty sup tags diff --git a/bin/Makefile b/bin/Makefile index f44d3026..8b7de4b9 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -77,7 +77,7 @@ tls: ${TLS} IGNORE = *.o *.html IGNORE += ${BINS} ${BSD} ${GAMES} ${TLS} -IGNORE += scheme.h tags htmltags +IGNORE += tags htmltags .gitignore: Makefile echo config.mk '${IGNORE}' | tr ' ' '\n' | sort > $@ @@ -134,11 +134,6 @@ hilex: ${OBJS.hilex} ${OBJS.hilex}: hilex.h -fbatt.o fbclock.o: scheme.h - psf2png.o scheme.o: png.h -scheme.h: scheme - ./scheme -c > $@ - include html.mk -- cgit 1.4.1 s/?id=b9f26fe852fb0b98c272257c6045cf795f0b5e37'>refs log tree commit diff
path: root/bin/dash/src/parser.h (unfollow)
Commit message (Expand)Author
2021-02-07Use scrot for up -s if no screencaptureJune McEnroe
2021-02-07Enable mouse acceleration in XJune McEnroe
2021-02-07Set colours for Xt and cwmJune McEnroe
2021-02-07Set urgency on bell in xtermJune McEnroe
2021-02-07Add bindings for brightness controlJune McEnroe
2021-02-07Set X key repeat rateJune McEnroe
2021-02-07Bump font size to 12June McEnroe
2021-02-07Fully configure and rebind cwmJune McEnroe
2021-02-07Add BintiJune McEnroe
2021-02-07Finish configuring xtermJune McEnroe
2021-02-06Enable tapping, reverse scroll, set scaling in wsconsctlJune McEnroe
2021-02-06Set root window to black on purple snowJune McEnroe
2021-02-06Add xmodmap configurationJune McEnroe
2021-02-06Add initial OpenBSD X configurationJune McEnroe
2021-02-06Add xterm output to schemeJune McEnroe