Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F84164760
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
453 B
Referenced Files
None
Subscribers
None
View Options
diff --git a/Makefile b/Makefile
index 5691088..fe96642 100644
--- a/Makefile
+++ b/Makefile
@@ -1,11 +1,11 @@
CFLAGS ?= -g
HEADERS = src/colors.h src/font.h
priv/captcha: priv src/captcha.c $(HEADERS)
mkdir -p priv
- $(CC) -std=c99 $(CFLAGS) -o priv/captcha src/captcha.c $(LDFLAGS) $(LDLIBS)
+ $(CC) $(CPPFLAGS) -std=c99 $(CFLAGS) -o priv/captcha src/captcha.c $(LDFLAGS) $(LDLIBS)
.PHONY: clean
clean:
rm -f priv/captcha $(BEAM_FILES)
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Thu, Jun 4, 6:26 PM (1 d, 4 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1539113
Default Alt Text
(453 B)
Attached To
Mode
R13 elixir-captcha
Attached
Detach File
Event Timeline
Log In to Comment