summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 154d954..94d4475 100644
--- a/Makefile
+++ b/Makefile
@@ -6,5 +6,5 @@ OBJ = main.o
%.o: %.c $(DEPS)
$(CC) -c -o $@ $< $(CFLAGS)
-out: $(OBJ)
+tic-tac-toe: $(OBJ)
$(CC) -o $@ $^ $(CFLAGS)