summary refs log tree commit diff
path: root/bin/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-10-18 13:01:35 -0400
committerJune McEnroe <june@causal.agency>2021-10-18 13:01:51 -0400
commit50720e117a5c25035999df971c19589d47b6c0a5 (patch)
treefa19391e55e0a978e5e2437ca0ab0dfcbfdee2e9 /bin/Makefile
parentCite ctlseqs.ms and UTF-8 (diff)
downloadsrc-50720e117a5c25035999df971c19589d47b6c0a5.tar.gz
src-50720e117a5c25035999df971c19589d47b6c0a5.zip
Remove leftover scheme.h target
Diffstat (limited to '')
-rw-r--r--bin/Makefile7
1 files changed, 1 insertions, 6 deletions
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