Makefile revision a1948c7bfeb87b54bc7715a44490c01593ee6e23
584N/A# This file is part of systemd.
584N/A#
584N/A# Copyright 2010 Lennart Poettering
584N/A#
584N/A# systemd is free software; you can redistribute it and/or modify it
584N/A# under the terms of the GNU Lesser General Public License as published by
584N/A# the Free Software Foundation; either version 2.1 of the License, or
584N/A# (at your option) any later version.
584N/A#
584N/A# systemd is distributed in the hope that it will be useful, but
584N/A# WITHOUT ANY WARRANTY; without even the implied warranty of
584N/A# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
584N/A# Lesser General Public License for more details.
584N/A#
584N/A# You should have received a copy of the GNU Lesser General Public License
584N/A# along with systemd; If not, see <http://www.gnu.org/licenses/>.
584N/A
584N/A# This file is a dirty trick to simplify compilation from within
873N/A# emacs. This file is not intended to be distributed. So, don't touch
584N/A# it, even better ignore it!
584N/A
584N/Aall:
584N/A $(MAKE) -C ..
584N/A
4068N/Aclean:
6087N/A $(MAKE) -C .. clean
584N/A
1183N/A.PHONY: all clean
584N/A