diff options
Diffstat (limited to 'twin/tools/xreply/Makefile')
-rw-r--r-- | twin/tools/xreply/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/twin/tools/xreply/Makefile b/twin/tools/xreply/Makefile new file mode 100644 index 000000000..af06929d5 --- /dev/null +++ b/twin/tools/xreply/Makefile @@ -0,0 +1,2 @@ +all: + gcc -O2 -Wall -shared -fPIC -o libxreply.so xreply.c |