Create Makefile

This commit is contained in:
Ole Morud
2022-06-10 13:13:51 +02:00
parent c2228faa22
commit 3f5b33b0b8

8
Makefile Normal file
View File

@@ -0,0 +1,8 @@
CC = gcc
CFLAGS = -O2 -g -Wall -Wextra -Werror
chess: chess.c
clean:
rm chess