Skip to content

Commit

Permalink
Add .gitignore and simplify Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
noncombatant committed May 14, 2023
1 parent d6abdb3 commit 956c7ef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
robotfindskitten
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ CC = clang
CFLAGS = -Weverything -Werror -O3 -std=c2x -Wno-padded -Wno-poison-system-directories -Wno-declaration-after-statement
LDFLAGS = -lncurses

robotfindskitten: robotfindskitten.c

play: robotfindskitten
-./robotfindskitten

Expand Down

0 comments on commit 956c7ef

Please sign in to comment.