Skip to content

Commit

Permalink
- add lolcode
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.parrot.org/parrot/trunk@24873 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
fperrad committed Jan 15, 2008
1 parent 55e5314 commit e4f4e2c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions config/gen/makefiles/languages.in
Expand Up @@ -29,6 +29,7 @@ LANGUAGES = \
forth \
jako \
lisp \
lolcode \
lua \
m4 \
ook \
Expand Down Expand Up @@ -108,6 +109,7 @@ clean: \
forth.clean \
jako.clean \
lisp.clean \
lolcode.clean \
lua.clean \
m4.clean \
ook.clean \
Expand Down Expand Up @@ -287,6 +289,14 @@ lisp.test:
lisp.clean:
- $(MAKE) lisp clean

lolcode: lolcode.dummy
lolcode.dummy:
- $(MAKE) lolcode
lolcode.test:
- $(MAKE) lolcode test
lolcode.clean:
- $(MAKE) lolcode clean

lua: lua.dummy
lua.dummy:
- $(MAKE) lua
Expand Down

0 comments on commit e4f4e2c

Please sign in to comment.