It's UWAweek 30 (2nd semester, week 1)

help2002

This forum is provided to promote discussion amongst students enrolled in CITS2002 Systems Programming.
Please consider offering answers and suggestions to help other students! And if you fix a problem by following a suggestion here, it would be great if other interested students could see a short "Great, fixed it!"  followup message.
Displaying selected article
Showing 1 of 1168 articles.
Currently 9 other people reading this forum.


 UWA week 42 (2nd semester, week 12) ↓
SVG not supported

Login to reply

👍?
helpful
4:41am Mon 16th Oct, Christopher M.

ANONYMOUS wrote:
> So far Ive been using "make -f makefile.mak" prompt to use my makefile, is this acceptable or should we be able to just do that by typing "make mysync" or "make" after we've constructed the makefile?
That is an unusual approach. By default, make looks for a file named makefile or then Makefile in the current directory. The name Makefile is preferred because it appears near the top of an alphabetical listing ls -l and thus clearly shows that the directory is 'controlled' by make. Just name your file Makefile, and make will always find it. Please re-read the project's requirements.

The University of Western Australia

Computer Science and Software Engineering

CRICOS Code: 00126G
Written by [email protected]
Powered by history
Feedback always welcome - it makes our software better!
Last modified  7:24AM Jul 25 2024
Privacy policy