Dr. Brustoloni has announced that you can submit your Assignment #2 one week after the original deadline without penalty. I have prepared a base Makefile that you should use for compiling, running and (optionally) submitting your files (the latter if you work remotely at the computer at LCNSI). To access it, please log in to Blackboard (courseweb) and go to: COURSES > 2081_19787 - CS 2530: COMPUTER AND NETWORK SECURITY > LABS > EXPERIMENT 2 You have to modify it to include your username, cluster, etc. and also in case you use different filenames. I have tested the Makefile only in the computers at LCNSI. You might have to modify it in order to work properly in other computers (running different OSs). You must invoke 'gmake' and not 'make' for it to work. If you want to use it for submitting your work, you can do so by typing: $ gmake submit You will be asked for your **UNIXS** password. Be careful when using the command above, since you can submit your files only once. You may modify the file as you wish, but please include it with your submission. I will take 5 points off if you don't include a Makefile (either the one I am providing, after modification, or one created by you). Finally, you can also provide a README.txt file to give exact instructions on how to compile or run your code. Thanks |