pprog assigment0 - messing with graphics
[matches/honours.git] / course / semester2 / pprog / assignment0 / Makefile
index 538a0fa..aa949a2 100644 (file)
@@ -10,7 +10,7 @@ BIN = nbody
 $(BIN) : $(OBJ) 
        $(CXX) -o $(BIN) $(OBJ)
 
-%.o : %.c %.h
+%.o : %.c
        $(CXX) -c $<
 
 clean :

UCC git Repository :: git.ucc.asn.au