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