aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--Makefile4
-rw-r--r--ajedrez.c (renamed from sakkom.c)0
-rwxr-xr-xsakkombin31552 -> 0 bytes
4 files changed, 3 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index bd47f90..b958eb4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,2 @@
-sakkom
+ajedrez
tags
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
diff --git a/sakkom.c b/ajedrez.c
index 3a7980c..3a7980c 100644
--- a/sakkom.c
+++ b/ajedrez.c
diff --git a/sakkom b/sakkom
deleted file mode 100755
index 4bdd60c..0000000
--- a/sakkom
+++ /dev/null
Binary files differ
Un proyecto texto-plano.xyz