complete keygen program
This commit is contained in:
parent
c5b2c0acf9
commit
fdeb0b4cb8
2 changed files with 52 additions and 0 deletions
13
pads/makefile
Normal file
13
pads/makefile
Normal file
|
@ -0,0 +1,13 @@
|
|||
CC=gcc --std=gnu99 -g
|
||||
|
||||
all: keygen
|
||||
echo Everything Made
|
||||
|
||||
keygen: keygen.c
|
||||
$(CC) keygen.c -o keygen
|
||||
|
||||
run: all
|
||||
./$(output)
|
||||
|
||||
clean:
|
||||
rm -fr *.o vgcore.* $(output)
|
Loading…
Add table
Add a link
Reference in a new issue