remove unused files

This commit is contained in:
vadim
2017-11-22 12:06:56 +02:00
parent 0a0648787a
commit 427714df44
5 changed files with 2 additions and 254 deletions

View File

@@ -4,13 +4,13 @@
# blame: jnml, labs.nic.cz
all: php-parser.go
all: lexer.go
go build
run: all
./php-parser
php-parser.go: php-parser.l
lexer.go: lexer.l
golex -t $< | gofmt > $@
clean: