rename aes.cpp to main.cpp and modify makefile in consequencis
This commit is contained in:
parent
d09a77cf46
commit
ddfce547d7
BIN
bin/crypto.ex
Executable file
BIN
bin/crypto.ex
Executable file
Binary file not shown.
4
makefile
4
makefile
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user