Skip to content

Commit 950d8c3

Browse files
committed
Setting up .gitignore
1 parent 4e29243 commit 950d8c3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@
44
# for ignoring files in every Git repository on your computer.
55
#
66
# https://help.github.com/articles/ignoring-files/#create-a-global-gitignore
7+
8+
parser/lemon

parser/build renamed to parser/build-linux

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ rm -f *.o *.lo
2323

2424
# Compile lemon
2525
if [ ! -f lemon ]; then
26-
${CC} -w lemon.c -o lemon
26+
${CC} lemon.c -o lemon
2727
fi

0 commit comments

Comments
 (0)