Skip to content

Commit dd1d4e5

Browse files
GerHobbeltzaach
authored andcommitted
all jison module Makefiles now have clean and superclean targets
Conflicts: lex-parser.js
1 parent 93cdb64 commit dd1d4e5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Makefile

+9
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,12 @@ build:
1111
test:
1212
node tests/all-tests.js
1313

14+
15+
16+
17+
clean:
18+
19+
superclean: clean
20+
-find . -type d -name 'node_modules' -exec rm -rf "{}" \;
21+
22+

0 commit comments

Comments
 (0)