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

Commit

Permalink
Add clean target
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 committed Sep 8, 2014
1 parent fe0d23d commit ba0b92e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ all: 2048 2048_no_curses

2048_no_curses: 2048_no_curses.c
$(CC) $(CFLAGS) 2048_no_curses.c -o 2048_no_curses

clean:
rm -f 2048 2048_no_curses

0 comments on commit ba0b92e

Please sign in to comment.