Skip to content

Commit

Permalink
Add .inline to clean
Browse files Browse the repository at this point in the history
  • Loading branch information
ingydotnet committed Dec 25, 2014
1 parent c891aba commit 4fc7cec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Changes
Expand Up @@ -4,6 +4,8 @@ date: Tue Dec 23 20:21:00 PST 2014
changes:
- Normalize $program
- Add `makestub` meta keyword
- Change Inline directory to .inline from blib/Inline
- Add .inline to 'clean' Makefile target
---
version: 0.29
date: Tue Dec 23 11:20:23 PST 2014
Expand Down
3 changes: 3 additions & 0 deletions lib/Inline/Module.pm
Expand Up @@ -134,6 +134,9 @@ sub postamble {
}

my $section = <<"...";
clean ::
\t- \$(RM_RF) $inline_build_path
distdir : distdir_inline
distdir_inline : create_distdir
Expand Down

0 comments on commit 4fc7cec

Please sign in to comment.