mirror of
https://github.com/TurboGit/hubicfuse.git
synced 2026-08-02 02:42:00 +02:00
Honour LDFLAGS
This commit is contained in:
+1
-1
@@ -26,7 +26,7 @@ $(bindir):
|
||||
$(MKDIR_P) $(bindir)
|
||||
|
||||
hubicfuse: $(SOURCES) $(HEADERS)
|
||||
$(CC) $(CFLAGS) -o hubicfuse $(SOURCES) $(LIBS)
|
||||
$(CC) $(CFLAGS) -o hubicfuse $(SOURCES) $(LIBS) $(LDFLAGS)
|
||||
|
||||
clean:
|
||||
/bin/rm -f hubicfuse
|
||||
|
||||
Reference in New Issue
Block a user