Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F1880229
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Size
379 B
Subscribers
None
View Options
diff --git a/Makefile b/Makefile
--- a/Makefile
+++ b/Makefile
@@ -1,14 +1,14 @@
-CC=gcc
-CFLAGS=-I. -I/usr/include
+CC?=gcc
+CFLAGS?=-I. -I/usr/include
LIBS=-liniparser
DEPS = dns320l.h
OBJ = dns320l-daemon.o
%.o: %.c $(DEPS)
$(CC) -c -o $@ $< $(CFLAGS)
dns320l-daemon: $(OBJ)
- gcc -o $@ $^ $(CFLAGS) $(LIBS)
+ $(CC) -o $@ $^ $(CFLAGS) $(LIBS)
clean:
rm -f *.o
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Fri, Jan 24, 3:20 AM (1 d, 10 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
532478
Default Alt Text
(379 B)
Attached To
rDNSD DNS-320L Daemon
Event Timeline
Log In to Comment