Root/
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 |
---|