Differences From Artifact [602b139ff6]:
- File Makefile — part of check-in [218a219fe5] at 2011-03-28 20:32:48 on branch trunk — Move sources to src and add install and clean targets to Makefile. (user: js, size: 1028) [annotate] [blame] [check-ins using]
To Artifact [5ccc1400ae]:
- File Makefile — part of check-in [10eba7be60] at 2011-03-28 23:59:25 on branch trunk — Fix stupid typo in Makefile. (user: js, size: 1025) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | - + | LIB = objopenssl LIB_MAJOR = 0 LIB_MINOR = 0 CPPFLAGS += -Wall -g LIBS += -lssl -lcrypto -lz |
︙ |