i have this project due in 90 minutes and i cant get the god damn make file to compile correctly.. Here it is, any help?
proj04: proj04.driver.o proj04.support.o /user/cse320/lib/bitlib.o
gcc -o proj04 proj04.driver.o proj04.support.o /user/cse320/lib/bitlib.o
proj04.driver.o: proj04.driver.c
gcc -Wall -c proj04.driver.c
proj04.support.o: proj04.support.c /user/cse320/lib/bitlib.h
gcc -Wall -c proj04.support.c
clean: rm -f proj04 *.o
the only thing that is being included is the bitlib.h in the proj04.support.c file. access is ok for that file, so thats not the problem. it says it cant make proj04.driver.c and proj04.support.c.. any help would be greatly appreciated
