shithub: scc

Download patch

ref: bbfae8ece429df0093d58f0454ac681eb90aebeb
parent: 2737a27209c8ff1444aec1ad3d34d885aec9cf1e
author: Quentin Rameau <quinq@fifth.space>
date: Sat Jul 2 07:10:14 EDT 2016

[driver] add a dependency to arg.h to Makefile

--- a/driver/posix/Makefile
+++ b/driver/posix/Makefile
@@ -7,7 +7,7 @@
 
 all: scc
 
-$(OBJS): ../../inc/cc.h
+$(OBJS): ../../inc/cc.h ../../inc/arg.h
 
 ../../lib/libcc.a:
 	cd ../../lib && $(MAKE) -e