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