renamed back to sball to avoid confusion
[sball] / Makefile
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