aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbru <bru@texto-plano.xyz>2022-02-06 17:08:16 -0300
committerbru <bru@texto-plano.xyz>2022-02-06 17:08:16 -0300
commit50ea1f574080f1d681ca7fe5dfdaba789f06a8f1 (patch)
tree1b7f513a270d84e9a0c3fa640bcffe4ceeaf9de5
parentce4706a4c92a762fe6e5c4fed29fdd8ab1ba6651 (diff)
downloadajedrez-50ea1f574080f1d681ca7fe5dfdaba789f06a8f1.tar.gz
Renombré sakkom* a ajedrez*
-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