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