mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-23 04:11:53 +00:00
c1962bbe77
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1697 fc73d0e0-1445-4013-8a0c-d673dee63da5
8 lines
156 B
Makefile
8 lines
156 B
Makefile
all: native
|
|
|
|
native:
|
|
gcc -shared -fPIC jabberclient.c ../qvm_api.c ../plugin.c -o jabberx86.so
|
|
|
|
install: native
|
|
cp jabberx86.so /opt/quake/fte/plugins/
|
|
|