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