Fix makefile

This commit is contained in:
nub31
2025-08-13 00:41:41 +02:00
parent 41edf3b64b
commit cc8f8210b5
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)