This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| From 2c199b71040c8469d6ae204cd799f5c15047f8aa Mon Sep 17 00:00:00 2001 | |
| From: =?utf-8?q?Arne=20Skj=C3=A6rholt?= <arnsholt@gmail.com> | |
| Date: Tue, 8 Jun 2010 18:33:53 +0200 | |
| Subject: [PATCH] Mark test and clean targets as phony. | |
| --- | |
| ufo | 2 ++ | |
| 1 files changed, 2 insertions(+), 0 deletions(-) | |
| diff --git a/ufo b/ufo | |
| index db49b68..41d3b5b 100755 | |
| --- a/ufo | |
| +++ b/ufo | |
| @@ -91,6 +91,8 @@ $makefile.say($sources); | |
| $makefile.say(qq[ | |
| PIRS=\$(patsubst %.pm6,%.pir,\$(SOURCES:.pm=.pir)) | |
| +.PHONY: test clean | |
| + | |
| all: \$(PIRS) | |
| %.pir: %.pm | |
| -- | |
| 1.5.6.3 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment