blob: 38ba552ec191db43510d888c4ad952dcc4f3ce60 [file] [log] [blame]
Lucas De Marchi06eb29e2014-03-06 01:51:33 -03001# Copyright 2010 Lennart Poettering
2#
3# This file has been copied from systemd. It is a dirty trick to simplify
4# compilation when CWD is not the root of the source tree. This file is not
5# intended to be distributed. So, don't touch it, even better ignore it!
6
7all:
8 $(MAKE) -C .. check
9check:
10 $(MAKE) -C .. check
11
12clean:
13 $(MAKE) -C .. clean
14
15.PHONY: all clean check