CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Fixed exec permissions for pkgmk and pkgmk-cross
[pkgutils-cross.git] / Makefile
1 #
2 # Makefile
3 #
4
5 all: src/pkgmk src/pkgmk.conf
6
7 src/pkgmk:
8 @make -C src
9 @chmod a+x src/pkgmk
10
11 clean:
12 @make -C src clean
13
14 distclean:
15 @make -C src distclean
16
17 # End of file