deeptechlabs / meltdown

Local Exploit for Meltdown
75 stars 33 forks source link

added Makefile #2

Closed deadbaed closed 6 years ago

deadbaed commented 6 years ago

and updated readme and gitignore

let me know if i did something wrong

dendisuhubdy commented 6 years ago

@ploctaux the Readme is clear enough

dendisuhubdy commented 6 years ago

You can use the cmake build system to generate the Makefile, what you would do is to

mkdir build
cd build
cmake ..
make
./meltdown