summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGentoo <installgentoo@endianness.com>2022-07-23 00:17:50 +1000
committerGentoo <installgentoo@endianness.com>2022-07-23 00:17:50 +1000
commitc0324b80b63f5ed0be71f37bffc1b6bf74745c80 (patch)
treefb7abe24235779b2c3b99f374b124773f1f57f81 /Makefile
parent922721e91ba7c67de5336fa7636f9d8c1c655fbc (diff)
downloadtic-tac-toe-master.tar.gz
tic-tac-toe-master.tar.bz2
tic-tac-toe-master.zip
trivial changes and properly licensedHEADmaster
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)