diff options
author | June McEnroe <june@causal.agency> | 2021-10-18 13:01:35 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-10-18 13:01:51 -0400 |
commit | 23e84a99178ad6bd4b702aa9f78ebb4a92c9d549 (patch) | |
tree | 52c1d4573ad6f3a45472f00db5099ca5b1a5eb65 /bin | |
parent | Cite ctlseqs.ms and UTF-8 (diff) | |
download | src-23e84a99178ad6bd4b702aa9f78ebb4a92c9d549.tar.gz src-23e84a99178ad6bd4b702aa9f78ebb4a92c9d549.zip |
Remove leftover scheme.h target
Diffstat (limited to '')
-rw-r--r-- | bin/.gitignore | 1 | ||||
-rw-r--r-- | bin/Makefile | 7 |
2 files changed, 1 insertions, 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 |