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