Skip to content
Snippets Groups Projects
Commit ae4713ad authored by Jason Chu's avatar Jason Chu
Browse files

added makefile for easy installation

git-svn-id: http://projects.xennet.org/archtools/devtools/trunk@140 630f3fb4-fbd1-0310-a574-b293cca3120f
parent 5b7fdbdc
No related branches found
No related tags found
No related merge requests found
all:
install:
mkdir -p $(DESTDIR)/usr/bin
install -m 755 checkpkg $(DESTDIR)/usr/bin
install -m 755 extrapkg $(DESTDIR)/usr/bin
ln -s extrapkg $(DESTDIR)/usr/bin/currentpkg
ln -s extrapkg $(DESTDIR)/usr/bin/testingpkg
ln -s extrapkg $(DESTDIR)/usr/bin/unstablepkg
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment