X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=course%2Fsemester2%2Fpprog%2Fassignment0%2FMakefile;h=aa949a2445cf4003285b81276b029827fea44852;hb=209e989f8644ea97db0ae6fc923852d6bd751964;hp=538a0fa0b5275e26773042feaf4d839a4abf129a;hpb=4dad0bdf3c5058c6cc9f712f458310de74d91417;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 :