simpleaes

simpleaes Mercurial Source Tree


Root/Makefile

1
2
3
4
5
6
7
CPPFLAGS=-g -O2
  
example: main.cpp simpleAes.o
    g++ $(CPPFLAGS) -o example main.cpp simpleAes.o -lcrypto
  
simpleAes.o: simpleAes.cpp simpleAes.hpp
    g++ $(CPPFLAGS) -c simpleAes.cpp
Source at commit tip created 12 years 1 month ago.
By Nathan Adams, initial commit

Archive Download this file

Branches

Tags

Page rendered in 0.98014s using 11 queries.