Fix makefile

This commit is contained in:
nub31
2025-08-13 00:41:41 +02:00
parent c8f913dc23
commit e105676237
2 changed files with 2 additions and 4 deletions

View File

@@ -1,2 +0,0 @@
extern func printf(fmt: cstring, arg: i64): void
extern func puts(fmt: cstring)