]> arthur.barton.de Git - ax-make.git/blob - scripts/Makefile
axify: Correctly test if the README.md file already exists
[ax-make.git] / scripts / Makefile
1 #
2 # ax-make: Alex' Simple Makefile System
3 # Copyright (c)2014 Alexander Barton (alex@barton.de)
4 #
5 # This library is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU Lesser General Public License as published
7 # by the Free Software Foundation; either version 2.1 of the License, or
8 # (at your option) any later version.
9 #
10
11 ALL = axify
12
13 include ../Makefile.ax
14
15 install-local:
16         install -d -o "$(USER)" -g "$(GROUP)" -m 755 \
17          "$(DESTDIR)$(PREFIX)/bin"
18         install -p -o "$(USER)" -g "$(GROUP)" -m 755 axify \
19          "$(DESTDIR)$(PREFIX)/bin/axify"