Skip to content

Instantly share code, notes, and snippets.

@arnsholt
Created June 8, 2010 16:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arnsholt/430285 to your computer and use it in GitHub Desktop.
Save arnsholt/430285 to your computer and use it in GitHub Desktop.
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