aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
blob: f4f982e814cdc177e19cd79d77aa8a34cfa7aaee (plain) (blame)
1
2
3
4
5
6
7
8
CC=cc
LIBS=-lpthread
all:
	$(CC) -o ajedrez ajedrez.c $(LIBS)

clean:
	rm ajedrez

Un proyecto texto-plano.xyz