aboutsummaryrefslogtreecommitdiffstats
path: root/example/cusexmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'example/cusexmp.c')
-rw-r--r--example/cusexmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/cusexmp.c b/example/cusexmp.c
index 900c985..01fcdf7 100644
--- a/example/cusexmp.c
+++ b/example/cusexmp.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` cusexmp.c -o cusexmp
+ gcc -Wall cusexmp.c `pkg-config fuse --cflags --libs` -o cusexmp
*/
#define FUSE_USE_VERSION 29