added gitignore and modified makefile for lemon
This commit is contained in:
parent
306b6e7840
commit
1a79d6f1f8
@ -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
1
cypher/lemon/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
lemon
|
Loading…
Reference in New Issue
Block a user