sunnyyy / algorithms_contest

My solutions to practice problems for ACM & other contests.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

boolecipher Make File Problem ..

riyoua opened this issue · comments

i opened the makefile and changed spaces into tabs ... but i think i miss something ..
could you please briefly Tell's me the steps for makfile processing
i got this error "ake: *** No rule to make target 'boolecipher', needed by 'boolecipher.out'. Stop."
but i can't find this file among others "boolecipher"

Not 100% sure about your particular error, but unfortunately the Makefiles only worked on the contest computers because of the way the pathnames worked. You'll have to write your own test cases and testing files, I'm afraid! (Even I don't have access to the contest computers anymore.)

And thanks for the warning about the tabs/spaces, I'll take a look

if you have anything related to "boolecipher" implementation ... i will appreciate it ...
i need to do a lab work for this method .. but i can't found anything about it