shithub: scc

Download patch

ref: 92ae248e1cee5dad46e86a5f21714be619b09c27
parent: 8e3349f339229d95aafe5f66ef46a9829d79ea46
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Tue Nov 28 04:30:54 EST 2017

Add objdump to the main Makefile

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