This commit is contained in:
2026-04-09 10:01:30 +10:00
parent 631b587d07
commit f66464a7cc
2 changed files with 5 additions and 2 deletions

View File

@@ -43,4 +43,7 @@ $(BUILD_DIR):
clean: clean:
rm -rf $(BUILD_DIR) $(TARGET) rm -rf $(BUILD_DIR) $(TARGET)
.PHONY: all clean run: $(TARGET)
./$(TARGET)
.PHONY: all clean run

View File

@@ -1,5 +1,5 @@
def file_Read(string file) string {} def file_Read(string file) string {}
def file_Write(string file, string content) {} def file_Write(string file, string content) bool {}
ground { ground {
extern "fileio" extern "fileio"