commit ec3185794afb773d64c798ebd6c3c846d56a93db
Author:     Quentin Rameau <quinq@fifth.space>
AuthorDate: Sat Jul 2 11:10:14 2016 +0200
Commit:     Quentin Rameau <quinq@fifth.space>
CommitDate: Sat Jul 2 11:10:14 2016 +0200

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

diff --git a/driver/posix/Makefile b/driver/posix/Makefile
index 91b1532..72f3620 100644
--- a/driver/posix/Makefile
+++ b/driver/posix/Makefile
@@ -7,7 +7,7 @@ OBJS = scc.o
 
 all: scc
 
-$(OBJS): ../../inc/cc.h
+$(OBJS): ../../inc/cc.h ../../inc/arg.h
 
 ../../lib/libcc.a:
        cd ../../lib && $(MAKE) -e

Reply via email to