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