Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F113215
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
421 B
Referenced Files
None
Subscribers
None
View Options
diff --git a/Makefile b/Makefile
index 97c85ee..408bbce 100644
--- a/Makefile
+++ b/Makefile
@@ -1,13 +1,13 @@
-CFLAGS?= -g
+CFLAGS ?= -g
HEADER_FILES = src
SOURCE_FILES = src/captcha.c
OBJECT_FILES = $(SOURCE_FILES:.c=.o)
priv/captcha: clean priv $(OBJECT_FILES)
mkdir -p priv
$(CC) -I $(HEADER_FILES) -o $@ $(LDFLAGS) $(OBJECT_FILES) $(LDLIBS)
clean:
rm -f priv/captcha $(OBJECT_FILES) $(BEAM_FILES)
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sun, Nov 24, 6:39 PM (1 d, 6 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
39474
Default Alt Text
(421 B)
Attached To
Mode
R13 elixir-captcha
Attached
Detach File
Event Timeline
Log In to Comment