Initial commit
This commit is contained in:
commit
c47f450934
11 changed files with 1271 additions and 0 deletions
12
Makefile
Normal file
12
Makefile
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
.PHONY: GrottyParser
|
||||
|
||||
GrottyParser: lib/GrottyParser/Build
|
||||
cd lib/GrottyParser && ./Build install --install-base=inst
|
||||
|
||||
lib/GrottyParser/Build: lib/GrottyParser/Build.PL
|
||||
cd lib/GrottyParser && perl Build.PL
|
||||
|
||||
clean:
|
||||
cd lib/GrottyParser && ./Build distclean
|
||||
rm -rf lib/GrottyParser/inst
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue