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