build: Add make/deps.mk - scc - simple c99 compiler
 (HTM) git clone git://git.simple-cc.org/scc
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Submodules
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit da15e0d9945be83baead323b081ec436d5852b57
 (DIR) parent c63c6229624807c6248faa5e396a65cb0bdff70f
 (HTM) Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
       Date:   Fri, 22 Mar 2024 08:29:02 +0100
       
       build: Add make/deps.mk
       
       Diffstat:
         A src/cmd/make/deps.mk                |       5 +++++
       
       1 file changed, 5 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/src/cmd/make/deps.mk b/src/cmd/make/deps.mk
       @@ -0,0 +1,5 @@
       +#deps
       +main.o: make.h
       +parser.o: make.h
       +posix.o: make.h
       +rules.o: make.h