shithub: scc

Download patch

ref: 0a5224e17a101c6b0c1c7eb1e36dc9d3fd8ac120
parent: d247a4947ccba430d36a7470b3da7fd9499fd08c
author: Quentin Rameau <quinq@fifth.space>
date: Wed Apr 21 19:45:34 EDT 2021

libc/time: distclean and gitignore generated tz.c

--- /dev/null
+++ b/src/libc/time/.gitignore
@@ -1,0 +1,1 @@
+tz.c
--- a/src/libc/time/Makefile
+++ b/src/libc/time/Makefile
@@ -26,4 +26,6 @@
 
 dep: inc-dep
 
+distclean: tz.c
+
 include deps.mk