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