commit 11199cafdbfb9382687bc9330b7b76319a56b2e9 parent 2f72bc386b56a3b480419a1d6ebaf44fd4c47f8c Author: Roberto E. Vargas Caballero <k0ga@shike2.com> Date: Tue, 28 Nov 2017 09:30:54 +0000 Add objdump to the main Makefile Diffstat:
M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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; \