aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9cb5493..f4f982e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
CC=cc
LIBS=-lpthread
all:
- $(CC) -o sakkom sakkom.c $(LIBS)
+ $(CC) -o ajedrez ajedrez.c $(LIBS)
clean:
- rm sakkom
+ rm ajedrez
Un proyecto texto-plano.xyz