diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-01-20 18:26:29 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-01-20 18:26:29 +0100 |
commit | 279ade1311982e91a8baadf4deb6dabf651a1e5f (patch) | |
tree | db7a9ee567707e5b574c1b39701cd73aad9e9696 /test2/Makefile | |
parent | 7fad411cb551c3c1cbe801a3991e7a6966e462b5 (diff) |
add missing test code
Diffstat (limited to 'test2/Makefile')
-rw-r--r-- | test2/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test2/Makefile b/test2/Makefile new file mode 100644 index 0000000000..9aa46b4eb6 --- /dev/null +++ b/test2/Makefile @@ -0,0 +1,7 @@ +# Just a little hook script to easy building when in this directory + +all: + $(MAKE) -C .. + +clean: + $(MAKE) -C .. clean |