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