mirror of
https://github.com/simple64/simple64.git
synced 2026-09-11 14:52:44 +02:00
21 lines
673 B
Makefile
21 lines
673 B
Makefile
#
|
|
# Copyright 2000, 2001, 2002, 2012-2019 Free Software Foundation, Inc.
|
|
#
|
|
# This file is part of GNU lightning.
|
|
#
|
|
# GNU lightning is free software; you can redistribute it and/or modify it
|
|
# under the terms of the GNU Lesser General Public License as published
|
|
# by the Free Software Foundation; either version 3, or (at your option)
|
|
# any later version.
|
|
#
|
|
# GNU lightning is distributed in the hope that it will be useful, but
|
|
# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
|
|
# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
|
|
# License for more details.
|
|
#
|
|
|
|
SUBDIRS = \
|
|
lightning
|
|
|
|
nodist_include_HEADERS = lightning.h
|