We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e29243 commit 950d8c3Copy full SHA for 950d8c3
.gitignore
@@ -4,3 +4,5 @@
4
# for ignoring files in every Git repository on your computer.
5
#
6
# https://help.github.com/articles/ignoring-files/#create-a-global-gitignore
7
+
8
+parser/lemon
parser/build parser/build-linuxparser/build renamed to parser/build-linux
@@ -23,5 +23,5 @@ rm -f *.o *.lo
23
24
# Compile lemon
25
if [ ! -f lemon ]; then
26
- ${CC} -w lemon.c -o lemon
+ ${CC} lemon.c -o lemon
27
fi
0 commit comments