aboutsummaryrefslogtreecommitdiff
path: root/make.c
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-06-21 02:25:24 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-06-21 02:25:24 +0200
commit0084f362a29363ae25fdf36f414d5233ccae1dcd (patch)
treec9b28448e3ac001d73e482c3b1fb6c5407587289 /make.c
parent5e384049170dcb9e7e8aae5e98729bbc26661f90 (diff)
Cleanup codegen.c
Diffstat (limited to 'make.c')
-rw-r--r--make.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/make.c b/make.c
index 65d84d1..4a21735 100644
--- a/make.c
+++ b/make.c
@@ -147,8 +147,6 @@ main(int argc, char **argv)
void
cc(void *arg)
{
- if (strcmp(arg, "src/codegen.c") == 0)
- return;
if (!tagvalid(arg))
return;