16 lines
285 B
Makefile
16 lines
285 B
Makefile
# @P@/src/@NAME@/Makefile
|
|
#
|
|
# Copyright: ©@YEAR@, @COPYRIGHT@
|
|
# Author: @AUTHOR@ <@EMAIL@>
|
|
# License: GPLv3
|
|
#
|
|
|
|
# Build files.
|
|
default:
|
|
|
|
# Install files according to PREFIX, INSTALL_PREFIX, BINDIR, LIBDIR, ...
|
|
install:
|
|
|
|
# options for text editors
|
|
# vim: syntax=make:@VIM_MODELINE@
|