Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit bea3b8e

Browse files
committed
spaces to tab
1 parent d8a11b2 commit bea3b8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/makefiles/Makefile.darwin

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ DLSUFFIX = .so
44
CFLAGS_SL = -bundle -undefined suppress
55

66
%.so: %.o
7-
$(CC) $(CFLAGS) $(CFLAGS_SL) -o $@ $<
7+
$(CC) $(CFLAGS) $(CFLAGS_SL) -o $@ $<

0 commit comments

Comments
 (0)