projects
/
feisty_meow.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'main' of feistymeow.org:feisty_meow
[feisty_meow.git]
/
crypto
/
makefile
1
CONSOLE_MODE = true
2
3
include cpp/variables.def
4
5
TYPE = library
6
PROJECT = crypto
7
SOURCE = blowfish_crypto.cpp rsa_crypto.cpp ssl_init.cpp
8
USE_SSL = t
9
TARGETS = crypto.lib
10
11
include cpp/rules.def
12