X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=course%2Fsemester2%2Fpprog%2Fassignment0%2FMakefile;fp=course%2Fsemester2%2Fpprog%2Fassignment0%2FMakefile;h=aa949a2445cf4003285b81276b029827fea44852;hb=c37245b967333688ad4c2bd842e7ab5ff4d0b8ec;hp=538a0fa0b5275e26773042feaf4d839a4abf129a;hpb=d4f132d40be6b93d54edca1e9af4051ec6c2d0b8;p=matches%2Fhonours.git diff --git a/course/semester2/pprog/assignment0/Makefile b/course/semester2/pprog/assignment0/Makefile index 538a0fa0..aa949a24 100644 --- a/course/semester2/pprog/assignment0/Makefile +++ b/course/semester2/pprog/assignment0/Makefile @@ -10,7 +10,7 @@ BIN = nbody $(BIN) : $(OBJ) $(CXX) -o $(BIN) $(OBJ) -%.o : %.c %.h +%.o : %.c $(CXX) -c $< clean :