renamed back to sball to avoid confusion
authorJohn Tsiombikas <nuclear@member.fsf.org>
Fri, 6 Nov 2020 08:52:24 +0000 (03:52 -0500)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Fri, 6 Nov 2020 08:52:24 +0000 (03:52 -0500)
.gitignore
Makefile

index 0932ecf..dd39b42 100644 (file)
@@ -1,4 +1,4 @@
 *.o
 *.d
 *.swp
-test
+sball
index b6b4c63..a41c55c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 src = $(wildcard src/*.c)
 obj = $(src:.c=.o)
 dep = $(obj:.o=.d)
-bin = test
+bin = sball
 
 CFLAGS = -pedantic -Wall -g -MMD