xxxxxxxxxx
all: decryptor.cpp prod-ent.cpp ; g++ prod-ent.cpp -o prod-ent -g ; g++ decryptor.cpp -o decryptor -g -lcryptopp
clean: ; rm prod-ent ; rm decryptor
xxxxxxxxxx
command lines don't start with a tab character
Instead of:
. . . . (Spaces)
. . . . (Press Tab)