shithub: scc

Download patch

ref: 56be76ade10c9b8c46b9b53892560549a91170f3
parent: c2ec983c04747f3174c2a46e474be1a4a4e0ff3b
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Fri Sep 29 12:40:09 EDT 2017

Add ar to the list of targets in master Makefile

--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 # scc - Suckless C Compiler
 .POSIX:
 
-DIRS  = inc cc1 cc2 driver lib as
+DIRS  = inc cc1 cc2 driver lib as ar
 
 FORALL = @set -e ;\
 	pwd=$$PWD; \