mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-04 21:23:07 +02:00
3 lines
53 B
Makefile
3 lines
53 B
Makefile
penguins: main.c
|
|
gcc -Wall -Wextra -pedantic main.c
|