Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

Commit

Permalink
add makefile with a task to build the package and move it to pkg/
Browse files Browse the repository at this point in the history
Signed-off-by: David A. Cuadrado <krawek@gmail.com>
  • Loading branch information
dcu committed Jun 6, 2012
1 parent dff6d3b commit c3358b3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
@@ -1,4 +1,6 @@
*~
.DS_Store
package.xml
pkg/
*.tmproj

6 changes: 6 additions & 0 deletions Makefile
@@ -0,0 +1,6 @@
default:
phpunit

build:
mkdir -p pkg && pearfarm build && mv *.tgz pkg/

0 comments on commit c3358b3

Please sign in to comment.