Archived
1
0

minor changes

This commit is contained in:
Erick
2022-02-06 00:49:55 +01:00
parent 731c7aaccd
commit b438c7a97f
4 changed files with 6 additions and 16 deletions
+2 -2
View File
@@ -3,8 +3,8 @@ CSTND := --std=c11
CFLAGS := -o
SRC := tyvm.c
#OUT = tyvm-unix
OUT := tyvm-win
OUT = tyvm-unix
#OUT := tyvm-win
.PHONY: all clean
all: tyvm