diff options
author | ribet | 2010-01-11 14:38:19 +0000 |
---|---|---|
committer | ribet | 2010-01-11 14:38:19 +0000 |
commit | 4399356b0654b98e56e08d9c641ef6b034f15942 (patch) | |
tree | cb8c605104641eb7d53cf87e3db1cf4c8ada85a4 /xinput_ivy.make | |
parent | a22e0813ec287174f875fa559c78e816e32606a8 (diff) | |
download | xinput-ivy-master.zip xinput-ivy-master.tar.gz xinput-ivy-master.tar.bz2 xinput-ivy-master.tar.xz |
Diffstat (limited to 'xinput_ivy.make')
-rw-r--r-- | xinput_ivy.make | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xinput_ivy.make b/xinput_ivy.make index 4f45426..62a3cf7 100644 --- a/xinput_ivy.make +++ b/xinput_ivy.make @@ -1,5 +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 +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 |