.POSIX: OBJ = \ connect.o \ http.o \ support.o \ uri.o fetch: $(OBJ) $(CC) $(LDFLAGS) $(CFLAGS) -o fetch $(OBJ) main.c $(LIBS) clean: rm *.o fetch