Makefile revision 0ce8860a15fb08ac358fb9c5347bd20c0bcdebcd
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd# This file is part of systemd.
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd#
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd# Copyright 2010 Lennart Poettering
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd#
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd# systemd is free software; you can redistribute it and/or modify it
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd# under the terms of the GNU Lesser General Public License as published by
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd# the Free Software Foundation; either version 2.1 of the License, or
a78048ccbdb6256da15e6b0e7e95355e480c2301nd# (at your option) any later version.
a78048ccbdb6256da15e6b0e7e95355e480c2301nd#
a78048ccbdb6256da15e6b0e7e95355e480c2301nd# systemd is distributed in the hope that it will be useful, but
a78048ccbdb6256da15e6b0e7e95355e480c2301nd# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with systemd; If not, see <http://www.gnu.org/licenses/>.
# This file is a dirty trick to simplify compilation from within
# 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