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