From: Thierry Parmentelat Date: Mon, 26 Aug 2013 11:40:22 +0000 (+0200) Subject: Thomas's fix on Makefile + remove lines with tabs X-Git-Tag: lxc-userspace-1.0-7~2 X-Git-Url: http://git.onelab.eu/?p=lxc-userspace.git;a=commitdiff_plain;h=e3e49243aba5abb3998e9f77937e33230d7f7fd9 Thomas's fix on Makefile + remove lines with tabs --- diff --git a/Makefile b/Makefile index 51f7cdb..f6298c4 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,10 @@ -all: vsh setns.so - +all: vsh setns + vsh: vsh.c gcc vsh.c -o vsh setns: setns.c python setup.py build - ########## sync # for use with the test framework; push local stuff on a test node