aboutsummaryrefslogtreecommitdiffstats
path: root/example/fsel.c
diff options
context:
space:
mode:
Diffstat (limited to 'example/fsel.c')
-rw-r--r--example/fsel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/fsel.c b/example/fsel.c
index f30ddd5..9cf0221 100644
--- a/example/fsel.c
+++ b/example/fsel.c
@@ -6,7 +6,7 @@
This program can be distributed under the terms of the GNU GPL.
See the file COPYING.
- gcc -Wall `pkg-config fuse --cflags --libs` fsel.c -o fsel
+ gcc -Wall fsel.c `pkg-config fuse --cflags --libs` -o fsel
*/
#define FUSE_USE_VERSION 29