Add a module that wraps a Makefile into a module.
This commit is contained in:
parent
9e3137d0a8
commit
4a57c03bc3
7 changed files with 58 additions and 0 deletions
17
scripts/build.make.none/Makefile
Normal file
17
scripts/build.make.none/Makefile
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# @P@/src/@NAME@/Makefile
|
||||
#
|
||||
# (c)2007, @AUTHOR@, <@EMAIL@>.
|
||||
# Released under the GNU GPLv2. See file COPYING or
|
||||
# http://www.gnu.org/copyleft/gpl.html for details.
|
||||
#
|
||||
|
||||
# Build project, object files go into MAKE_OBJDIR. Uses CC, CFLAGS, etc.
|
||||
# from `@P@/config'.
|
||||
default:
|
||||
|
||||
# Install files according to PREFIX, INSTALL_PREFIX, BINDIR, LIBDIR, ...
|
||||
install:
|
||||
|
||||
# options for text editors
|
||||
# kate: @KATE_MODELINE@
|
||||
# vim: syntax=make:@VIM_MODELINE@
|
||||
Loading…
Add table
Add a link
Reference in a new issue