pvjc26/du4/Makefile
2026-05-10 19:32:11 +00:00

6 lines
83 B
Makefile

all:
gcc -std=c11 -Wall -Wextra -Werror game.c main.c -o game
clean:
rm -f game