This website works better with JavaScript.
Home
Explore
Help
Sign In
Immanuel
/
nnn
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Accept user-defined LDFLAGS in Makefile
Diff by Ypnose
master
sin
9 years ago
parent
d56de6318f
commit
2bed0dd175
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile
+ 1
- 1
Makefile
View File
@@ -15,7 +15,7 @@ BIN = noice
all: $(BIN)
$(BIN): $(OBJ)
$(CC) $(CFLAGS) -o $@ $(OBJ) $(LDLIBS)
$(CC) $(CFLAGS) -o $@ $(OBJ) $(LD
FLAGS) $(LD
LIBS)
noice.o: util.h config.h
strlcat.o: util.h
Write
Preview
Loading…
Cancel
Save