Fix xy.c to pass test

This commit is contained in:
Aoran Zeng
2024-05-25 01:02:30 +08:00
parent e606185c86
commit 8b2cc352fd
2 changed files with 5 additions and 5 deletions

View File

@@ -38,7 +38,7 @@ test: $(Target)
./$(Target) get python
test_xy:
@$(CC) test/xy.c -o xy
@$(CC) test/xy.c $(CFLAGS) -o xy
@./xy
clean: