summaryrefslogtreecommitdiff
path: root/contrib/bug400591/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bug400591/Makefile')
-rw-r--r--contrib/bug400591/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/contrib/bug400591/Makefile b/contrib/bug400591/Makefile
new file mode 100644
index 0000000..320610c
--- /dev/null
+++ b/contrib/bug400591/Makefile
@@ -0,0 +1,9 @@
+all: bug
+
+bug: bug.c ../../libcap Makefile
+ make -C ../../libcap
+ cc -g -I../../libcap/include --static -o $@ $< -L../../libcap -lcap
+ ./bug
+
+clean:
+ rm -f bug.o bug