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