Page MenuHomePhabricator

No OneTemporary

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

Mime Type
text/x-diff
Expires
Fri, Jan 24, 3:20 AM (1 d, 13 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
532478
Default Alt Text
(379 B)

Event Timeline