diff options
author | imbert | 2010-01-11 13:39:10 +0000 |
---|---|---|
committer | imbert | 2010-01-11 13:39:10 +0000 |
commit | a22e0813ec287174f875fa559c78e816e32606a8 (patch) | |
tree | 484557b84915dc3c06d06f0c83d3453b636701c1 /xinput_ivy.make | |
parent | ddf914de6ef78c68e49812643d3a2b67b1a3a634 (diff) | |
download | xinput-ivy-a22e0813ec287174f875fa559c78e816e32606a8.zip xinput-ivy-a22e0813ec287174f875fa559c78e816e32606a8.tar.gz xinput-ivy-a22e0813ec287174f875fa559c78e816e32606a8.tar.bz2 xinput-ivy-a22e0813ec287174f875fa559c78e816e32606a8.tar.xz |
Diffstat (limited to 'xinput_ivy.make')
-rw-r--r-- | xinput_ivy.make | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xinput_ivy.make b/xinput_ivy.make index 2eeab76..4f45426 100644 --- a/xinput_ivy.make +++ b/xinput_ivy.make @@ -1,3 +1,5 @@ # Beginning of parallelizable section gcc -pipe -O3 -fomit-frame-pointer -c -x c xinput_ivy.c # End of parallelizable section +gcc -pipe -O3 -fomit-frame-pointer -o xinput_ivy xinput_ivy.o -x none -L/usr/X11R6/lib -L/usr/X/lib -lXi -lX11 -livy -lm +strip xinput_ivy
\ No newline at end of file |