poem_machine/Makefile
2024-12-15 23:40:00 +01:00

3 lines
60 B
Makefile

haiku: haiku.c
gcc -o haiku haiku.c -Wall -Werror -std=c99