Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F85651161
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
452 B
Referenced Files
None
Subscribers
None
View Options
diff --git a/Makefile b/Makefile
index 3652d5e..83d788a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,15 +1,15 @@
CFLAGS ?= -g
HEADERS = src/colors.h src/font.h
all: priv/captcha
priv:
mkdir -p priv
-priv/captcha: src/captcha.c $(HEADERS) | priv
+priv/captcha: src/captcha.c $(HEADERS) priv
$(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
Sun, Aug 30, 12:53 PM (1 d, 15 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1737978
Default Alt Text
(452 B)
Attached To
Mode
R13 elixir-captcha
Attached
Detach File
Event Timeline
Log In to Comment