Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F115898
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
345 B
Referenced Files
None
Subscribers
None
View Options
diff --git a/Makefile b/Makefile
index ae22365..5fa7c4f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,8 @@
CFLAGS ?= -g
-priv/captcha: priv src/captcha.c
+HEADERS = src/colors.h src/font.h
+
+priv/captcha: priv src/captcha.c $(HEADERS)
mkdir -p priv
$(CC) -std=c99 $(CFLAGS) -I./src -o priv/captcha src/captcha.c $(LDFLAGS) $(LDLIBS)
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Fri, Nov 29, 2:29 PM (1 d, 19 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
41228
Default Alt Text
(345 B)
Attached To
Mode
R13 elixir-captcha
Attached
Detach File
Event Timeline
Log In to Comment