diff options
Diffstat (limited to '~lukeshu/android-udev/Makefile')
-rw-r--r-- | ~lukeshu/android-udev/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/~lukeshu/android-udev/Makefile b/~lukeshu/android-udev/Makefile index 238877f5a..f20930c66 100644 --- a/~lukeshu/android-udev/Makefile +++ b/~lukeshu/android-udev/Makefile @@ -1,4 +1,10 @@ -# Use this to update the package from AUR. +#!/usr/bin/make -f +# Use this script to update the package from AUR. +# This script depends on: +# - coreutils +# - pacman +# - sed +# - wget default: PHONY all all: PHONY 51-android.rules PKGBUILD |