THIS WORKS?! almost

This commit is contained in:
LinlyBoi
2023-08-22 22:17:31 +03:00
parent 1dea5b6dbd
commit 13b061058c
3 changed files with 5 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
#!/usr/bin/bash
gcc -Wall -pedantic -Werror -Wextra -std=gnu89 $1 ../*.c -o a
gcc -Wno-format -Wall -pedantic -Werror -Wextra -std=gnu89 $1 ../*.c -o a
./a