aboutsummaryrefslogtreecommitdiff
path: root/make.c
diff options
context:
space:
mode:
Diffstat (limited to 'make.c')
-rw-r--r--make.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/make.c b/make.c
index 4a21735..65d84d1 100644
--- a/make.c
+++ b/make.c
@@ -147,6 +147,8 @@ main(int argc, char **argv)
void
cc(void *arg)
{
+ if (strcmp(arg, "src/codegen.c") == 0)
+ return;
if (!tagvalid(arg))
return;