Skip to content
This repository has been archived by the owner on Jun 9, 2018. It is now read-only.

Commit

Permalink
remove target test-installable
Browse files Browse the repository at this point in the history
  • Loading branch information
fperrad committed Mar 21, 2009
1 parent 7f2dbb7 commit 1cb4ab2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions config/makefiles/root.in
Expand Up @@ -111,7 +111,6 @@ help:
@echo ""
@echo "Testing:"
@echo " test: Run the test suite."
@echo " test-installable: Test self-hosting targets."
@echo " testclean: Clean up test results."
@echo ""
@echo "Cleaning:"
Expand Down Expand Up @@ -170,10 +169,6 @@ codetest-pir:

codetest-pod:

# basic run for missing libs
test-installable: installable
echo "1" | ./installable_markdown@exe@

install: installable
$(CP) installable_markdown@exe@ $(BIN_DIR)/parrot-markdown@exe@
$(CHMOD) 0755 $(BIN_DIR)/parrot-markdown@exe@
Expand Down

0 comments on commit 1cb4ab2

Please sign in to comment.