Skip to content

Commit

Permalink
initial revision
Browse files Browse the repository at this point in the history
  • Loading branch information
mariux committed Jun 4, 2011
0 parents commit 067ccf2
Show file tree
Hide file tree
Showing 12 changed files with 2,166 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@

PREFIX=/usr
BINDIR=${PREFIX}/bin

DEST=

all:
@echo "make install"

install:
@mkdir -vp ${DEST}${BINDIR}
@cp -vax iee-alpha bee-alpha beefind.pl ${DEST}${BINDIR}
Loading

0 comments on commit 067ccf2

Please sign in to comment.