Skip to content
This repository was archived by the owner on May 18, 2024. It is now read-only.

Commit ba0b92e

Browse files
committed
Add clean target
1 parent fe0d23d commit ba0b92e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,6 @@ all: 2048 2048_no_curses
88

99
2048_no_curses: 2048_no_curses.c
1010
$(CC) $(CFLAGS) 2048_no_curses.c -o 2048_no_curses
11+
12+
clean:
13+
rm -f 2048 2048_no_curses

0 commit comments

Comments
 (0)