added gitignore and modified makefile for lemon

This commit is contained in:
Dominik Tomičević 2015-09-17 21:49:34 +02:00
parent 306b6e7840
commit 1a79d6f1f8
2 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,7 @@ cypher.hpp: lemonfiles
.PHONY: lemonfiles
lemonfiles: cypher.y
lemon cypher.y -s
lemon/lemon cypher.y -s
mv cypher.c cypher.cpp
.PHONY: clean

1
cypher/lemon/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
lemon