forked from solstice/solstice
Stuff
This commit is contained in:
5
Makefile
5
Makefile
@@ -43,4 +43,7 @@ $(BUILD_DIR):
|
||||
clean:
|
||||
rm -rf $(BUILD_DIR) $(TARGET)
|
||||
|
||||
.PHONY: all clean
|
||||
run: $(TARGET)
|
||||
./$(TARGET)
|
||||
|
||||
.PHONY: all clean run
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
def file_Read(string file) string {}
|
||||
def file_Write(string file, string content) {}
|
||||
def file_Write(string file, string content) bool {}
|
||||
|
||||
ground {
|
||||
extern "fileio"
|
||||
|
||||
Reference in New Issue
Block a user