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
And CPPFLAGS
master
sin
10 years ago
parent
e776ebe36c
commit
4c330409b0
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
@@ -14,7 +14,7 @@ config.h:
@cp config.def.h $@
noice.o: noice.c queue.h util.h
$(CC) $(CFLAGS) -c noice.c
$(CC) $(CFLAGS)
$(CPPFLAGS)
-c noice.c
strlcpy.o: strlcpy.c util.h
$(CC) $(CFLAGS) -c strlcpy.c
Write
Preview
Loading…
Cancel
Save