CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Fixed bsdtar invocation, need to solve problems with modification times.
[pkgutils-cross.git] / Makefile
CommitLineData
f49ee185
JB
1#
2# Makefile
3#
4
5all: src/pkgmk src/pkgmk.conf
6
7src/pkgmk:
8 @make -C src
e3b423ef 9 @chmod a+x src/pkgmk
f49ee185
JB
10
11clean:
12 @make -C src clean
13
14distclean:
15 @make -C src distclean
16
17# End of file