diff options
author | ribet | 2010-01-08 16:04:43 +0000 |
---|---|---|
committer | ribet | 2010-01-08 16:04:43 +0000 |
commit | ddf914de6ef78c68e49812643d3a2b67b1a3a634 (patch) | |
tree | 82f937aeb081b90aa854bb3f7c6789c7d416c8cc /xinput_ivy.make | |
parent | 1171c3c7b6ff7632959493dd3dc234d7f6011f88 (diff) | |
download | xinput-ivy-ddf914de6ef78c68e49812643d3a2b67b1a3a634.zip xinput-ivy-ddf914de6ef78c68e49812643d3a2b67b1a3a634.tar.gz xinput-ivy-ddf914de6ef78c68e49812643d3a2b67b1a3a634.tar.bz2 xinput-ivy-ddf914de6ef78c68e49812643d3a2b67b1a3a634.tar.xz |
Ajout du message CROP et correction pour certains numéros de série
Diffstat (limited to 'xinput_ivy.make')
-rw-r--r-- | xinput_ivy.make | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xinput_ivy.make b/xinput_ivy.make index 62a3cf7..2eeab76 100644 --- a/xinput_ivy.make +++ b/xinput_ivy.make @@ -1,5 +1,3 @@ # 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 |