7 lines
68 B
Makefile
7 lines
68 B
Makefile
|
|
all: sablecc
|
|
|
|
.PHONY: sablecc
|
|
sablecc:
|
|
sablecc arithmetic.grammar
|