Update Makefile

This commit is contained in:
Aoran Zeng 2024-06-05 15:35:47 +08:00
parent 22c91af55a
commit bd275626b4

View File

@ -32,7 +32,7 @@ CI: all
@mv $(Target) $(CI_Build_Name)
test: $(Target)
perl ./test/cli.pl
@perl ./test/cli.pl
test-xy:
@$(CC) test/xy.c $(CFLAGS) -o xy