rename aes.cpp to main.cpp and modify makefile in consequencis

This commit is contained in:
antoine 2016-03-07 10:54:50 +01:00
parent d09a77cf46
commit ddfce547d7
3 changed files with 2 additions and 2 deletions

BIN
bin/crypto.ex Executable file

Binary file not shown.

View File

View File

@ -1,7 +1,7 @@
EXEC=bin/crypto.ex EXEC=bin/crypto.ex
SRC=aes.cpp SRC=main.cpp
main: aes.cpp jsoncpp.o main: main.cpp jsoncpp.o
@echo "compilation de aes" @echo "compilation de aes"
@g++ -Wall -Wextra -ggdb -o $(EXEC) $(SRC) obj/jsoncpp.o -lcrypto --std=c++14 @g++ -Wall -Wextra -ggdb -o $(EXEC) $(SRC) obj/jsoncpp.o -lcrypto --std=c++14